A lightweight,fast and extensible terminal-based text editor built with GoLang
- Syntax Highlighting - Dynamically highlights syntax for your Dockerfiles
- Help Bar - In hand Dockerfile documentation
- Performance - Very lightweight offering great performance
# clone the git repository
git clone https://github.com/NirbhikKumawat/NanoDock.git
# change directory
cd NanoDock
# build the go binary
go build -o nanodock main.go
# move to binary so it is included int the PATH
sudo mv nanodock /usr/local/bin/
# make it executable
sudo chmod+x /usr/local/bin/nanodock
# verify installation
nanodock -hCtrl+H - Toggle main and help
Ctrl+I - Close current help
Ctrl+S - Save file
Ctrl+N - New File
Ctrl+O - Toggle overwrite
Ctrl+C - Exit
- Inspired by Nano
- Go Libraries used Cobra and Awesome GoCui
- Basic editing functionality
- Syntax Highlighting
- Dockerfile help bar
- Undo-Redo
- Linting
- More features
- Updating README
Made by NirbhikTheNice