To get started, start type "npm start"
- NodeJS
- Seraching for all TODO in javascript files;
- TODO format: // TODO {Author}; {Date}; {Text};
- TODO simple format: // TODO {text};
- Type ! in TODO text to make importance;
- exit
- show: displays all todo
- important: show only todo with exclamation mark
- user {username}: show only comments from the specified user
- sort {importance | user | date}: displays sorted todo
- date {yyyy[-mm-dd]}: shows all comments created after the transmitted date (inclusive)