Any system with cargo
installed, can simply get sidetree by running
cargo install sidetree
Very simple integration with kakoune in tmux:
def sidetree %{
tmux-terminal-impl 'split-window -hb -l 30' kcr shell -s %val[session] -c %val[client] sidetree
}
map -docstring 'sidetree' global user <tab> ': sidetree<ret>'
Currently requires kcr
Commands can be placed in ~/.config/sidetree/sidetreerc
, one command per line:
set show_hidden false
set quit_on_open false
set open_cmd 'kcr edit "$sidetree_entry"; kcr focus'
map <esc> quit
map u cd ..
map <c-ret> cd
map
command