simple tool to quickly jump into your predefined directories
- V 80.3%
- Nix 19.7%
| .editorconfig | ||
| .envrc | ||
| .gitattributes | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| main.v | ||
| README.md | ||
| v.mod | ||
vir
simple tool to quickly jump into your predefined directorieis.
setup
- install vir however you want.
- add a script on your shell to automatically make it work.
example with fish:
function vir
set dest (command vir $argv)
and cd $dest
end
note: i don't think i'm adding commands to update or delete dirs anytime soon.
license
cc0 1.0 universal <3