taskes4now
v1.0.9
Published
A command-line app for taking notes premium edition. easy note taking app 4 workers
Downloads
493
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 taskes4now
Run Without Installation
Alternatively, you can run taskes4now directly using npx:
npx taskes4now
Usage
- Start the Program Launch taskes4now with:
npx taskes4now
Or, if not installed globally:
npx taskes4now
The 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 groceries
This 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 1
This will delete the first task in your list.
Example Workflow
Install the package globally:
npm install -g taskes4now
Run the program:
npx taskes4now
Add a task:
add call Mom everyday
Delete the first task:
del 1
License
This project is licensed under the MIT License.
Happy task managing! 🚀