Eznit is a tool to manage text based files (.txt, .cfg, .json, .yaml, ...) using a local storage space. Available operations: search, publish, download, preview, etc...
- Windows
- Linux
This project has two entry points API Server and CLI Tool:
API server is responsible to manage all incoming request from Eznit CLI Tool.
- type
go run ./cmd/apito start api server
CLI tool is responsible to handle all command by user to manage your internal files
- type
go run ./cmd/cli --helpto show availables parameters - cmds: signup, login, logout, upload, download, list, delete