simple tool to quickly jump into your predefined directories
  • V 80.3%
  • Nix 19.7%
Find a file
2026-02-26 23:59:48 +01:00
.editorconfig chore: vir 2026-02-26 01:47:05 +01:00
.envrc chore: vir 2026-02-26 01:47:05 +01:00
.gitattributes chore: vir 2026-02-26 01:47:05 +01:00
.gitignore chore: vir 2026-02-26 01:47:05 +01:00
flake.lock chore: vir 2026-02-26 01:47:05 +01:00
flake.nix fix: ok 2026-02-26 23:59:48 +01:00
LICENSE Initial commit 2026-02-25 01:07:15 +01:00
main.v fix: ok 2026-02-26 23:59:48 +01:00
README.md chore: vir 2026-02-26 01:47:05 +01:00
v.mod chore: vir 2026-02-26 01:47:05 +01:00

vir

simple tool to quickly jump into your predefined directorieis.

setup

  1. install vir however you want.
  2. 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