a CLI tool for hiding files.
- docs/overall-plan.md - goals, scope, targeted filesystems
- docs/user-interface.md - modes and commands
- docs/architecture.md - package layout, interfaces
- docs/work-breakdown.md
- Go 1.26+
- GNU Make
| Name | Description |
|---|---|
| spf13/cobra | CLI framework (commands, flags, help/usage) |
| spf13/pflag | transitive dep of Cobra, POSIX-style flags |
| inconshreveable/mousetrap | transitive dep of Cobra, Windows double-click detection |
make build # compile ./bin/nemo
make run # go run .
make test # run tests
make vet # static checks
make fmt # gofmt all files
Version is read from cmd/VERSION and embedded into the binary at compile time (nemo version).
- Bandara S.A.N.K
- Sahithyan K.
- Senanayake H.P.V.R