An easier way to move files using buffers.
Untitled.1.mp4
This program might contain bugs as its in active development.
I want to be able to integrate this into yazi and neovim. For now its just a CLI command.
git clone https://github.com/Croudxd/silo.git
cd silo && mkdir build
cd build && cmake .. && make -jTo use simple type in shell:
silo stash (s) <buffer> <path> Push a file into a buffer
silo pop (p) <buffer> [file...] Restore all files, or specific ones
silo list [buffer] List all buffers or files in a buffer
silo clear Clears database (all buffers and filenames)
silo help Show this message