taskes4now
v1.0.9
Published
A command-line app for taking notes premium edition. easy note taking app 4 workers
Downloads
25
Readme
Taskes4Now
Taskes4Now is a simple, terminal-based task management program that helps you easily manage your tasks. Install it globally or run it on the fly using npx.
Installation
Global Installation
Install taskes4now globally on your system with the following command:
npm install -g taskes4nowRun Without Installation
Alternatively, you can run taskes4now directly using npx:
npx taskes4nowUsage
- Start the Program Launch taskes4now with:
npx taskes4nowOr, if not installed globally:
npx taskes4nowThe program will start in your terminal and operate within the current directory.
- Adding a Task To add a task to your list, use:
add [task description]Example:
add Buy groceriesThis will add the task "Buy groceries" to your task list.
- Deleting a Task To delete a task by its number in the list, use:
del [task number]Example:
del 1This will delete the first task in your list.
Example Workflow
Install the package globally:
npm install -g taskes4nowRun the program:
npx taskes4nowAdd a task:
add call Mom everydayDelete the first task:
del 1License
This project is licensed under the MIT License.
Happy task managing! 🚀
