A stylish terminal UI (TUI) for managing files with cp, mv, and rm -rf functionality, written in Go.
- Navigate directories with intuitive arrow keys
- Multi-select files and directories for batch operations
- Copy, move, or delete with ease
- Start in the current working directory
- Clean UI for a smooth experience
git clone https://github.com/yourusername/dircandy.git
cd dircandy
make installBy default, installs to /opt/dircandy. To use it from anywhere:
export PATH=$PATH:/opt/dircandyOr set an alias:
alias dircandy='/opt/dircandy/dircandy'sudo make install INSTALL_DIR=/usr/local/bindircandy- Choose Copy, Move, or Remove with keys or arrows
- Navigate directories: β/β to move, β/Enter to enter dir, β/Backspace to go up
- Select files: Space
- Confirm actions: Tab or Enter
- Quit: q
make cleanMIT License