A simple work logger. No editor, no friction - just a timestamp and a line.
Mark appends entries to a WORKLOG.md file in your home directory.
git clone https://github.com/pagecoy/mark.git
cd mark
npm install
npm run build
chmod +x dist/index.js
npm linkmark "what you did"
# or
mark add "what you did"mark todaymark weekmark fileMIT