Clif is a simple terminal-based file manager written in Go. It allows users to navigate through directories, open and edit files, and save changes.
- Browse directories and navigate files.
- Open files and edit their content directly within the terminal.
- Save file changes or discard them with simple key bindings.
- Search for files and directories (coming soon)
To build and run the project without the .exe, clone the repository and run the following commands:
git clone https://github.com/your-username/Clif.git
cd Clif
go run main.go