projectable 1.3.2

projectable is a highly configurable TUI file manager, built for projects. You can handle all your project's file-based needs from a comfortable and smooth interface!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
exec_cmd = ["zsh", "-ci"]

[commands]
ctrl-g = "!!lazygit"
ctrl-v = "tmux split-window -h nvim {}"
ctrl-x = "tmux split-window -v nvim {}"

[special_commands]
"Cargo.*" = ["cargo add {...}", "cargo remove {...}"]
"package.json" = ["npm run dev"]

[preview]
preview_cmd = "bat --force-colorization {} --line-range 0:1000"
git_pager = "delta"

[filetree]
dirs_first = true