A collection of Deno command line utils for my dev workflow.
- Deno
- tmux
- fzf
You can install binaries via deno install
. See the docs for more examples.
Git compare compares your checked out branch with a branch of your choice
deno install -f --allow-run https://raw.githubusercontent.com/vilbergs/cli/main/git-compare.ts
$ git-compare [branch-to-compare]
Example: $ git-compare main
deno install -f --allow-read --allow-write --allow-env https://raw.githubusercontent.com/vilbergs/cli/main/change-karabiner-country-code.ts
Recursively search for text occurences in the whole directory
deno install -f --allow-run https://raw.githubusercontent.com/vilbergs/cli/main/codegrep.ts
Example: $ codegrep someCodeA someCodeB
deno install -f --allow-read --allow-env --allow-run https://raw.githubusercontent.com/vilbergs/cli/main/tmux-sessionizer.ts