~razzi/fish-functions

Make clone-cd full clone, and clone-shallow-cd a shallow clone
Add alternative to clone-cd as clone-full-cd

Maybe it'd be better to rename the current to clone-shallow-cd...
82f5baf0 — Razzi Abuissa 2 months ago
Fix repeated "if" typos in README
05a3e3cd — Razzi Abuissa 2 months ago
Merge branch 'github-main'

Somehow github and sourcehut had the same commits in a different order?

So I'm merging them to a single commit and pushing that to both remotes.
59790489 — Basil Feitknecht 6 months ago
fix: update wifi-network-name.fish

airport command line tool is deprecated:
```
WARNING: The airport command line tool is deprecated and will be removed in a future release.
For diagnosing Wi-Fi related issues, use the Wireless Diagnostics app or wdutil command line tool.
```
f055f61e — Razzi Abuissa 2 months ago
Fix `and` in `move` to use semicolon as needed, and misnamed variable
fa715211 — Razzi Abuissa 2 months ago
Make is-symlink error if more than 1 argument is passed
1ed38e84 — Razzi Abuissa 2 months ago
Fix unsymlink to use `and` correctly
Merge pull request #24 from bfeitknecht/patch-1

fix: update wifi-network-name.fish
71f1a269 — Razzi Abuissa 2 months ago
Fix `and` in `move` to use semicolon as needed, and misnamed variable
a4615478 — Razzi Abuissa 2 months ago
Make is-symlink error if more than 1 argument is passed
1df9df6c — Razzi Abuissa 2 months ago
Fix unsymlink to use `and` correctly
Fix .dotfiles link in README
Fix unsymlink completion `find` arguments order

Without this change, I got this warning in this case:

```
opt $ unsymlink /us<hit tab>
find: warning: you have specified the global option
-maxdepth after the argument -type, but global options are not
positional, i.e., -maxdepth affects tests specified before it as well as
those specified after it.  Please specify global options before other
arguments.
```

Seems like a straightforward fix.
Add functions/fast-sync-repos.fish
Make init-sourcehut use new function add-sourcehut-remote
Fix unsymlink completion `find` arguments order

Without this change, I got this warning in this case:

```
opt $ unsymlink /us<hit tab>
find: warning: you have specified the global option
-maxdepth after the argument -type, but global options are not
positional, i.e., -maxdepth affects tests specified before it as well as
those specified after it.  Please specify global options before other
arguments.
```

Seems like a straightforward fix.
d0796dcc — Basil Feitknecht 6 months ago
fix: update wifi-network-name.fish

airport command line tool is deprecated:
```
WARNING: The airport command line tool is deprecated and will be removed in a future release.
For diagnosing Wi-Fi related issues, use the Wireless Diagnostics app or wdutil command line tool.
```
Fix .dotfiles link in README
Add functions/fast-sync-repos.fish
Next