Skip to content

vilbergs/cli

Repository files navigation

cli

A collection of Deno command line utils for my dev workflow.

Requirements

  • Deno
  • tmux
  • fzf

Tools

You can install binaries via deno install. See the docs for more examples.

git-compare

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

Usage

$ git-compare [branch-to-compare]

Example: $ git-compare main


change-karabiner-country-code

deno install -f --allow-read --allow-write --allow-env  https://raw.githubusercontent.com/vilbergs/cli/main/change-karabiner-country-code.ts

codegrep

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


tmux-sessionizer

deno install -f --allow-read --allow-env --allow-run https://raw.githubusercontent.com/vilbergs/cli/main/tmux-sessionizer.ts

About

A collection of command line utils for my dev workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published