Pernle is a simple CLI tool that helps users manage their todo list.
- Add todo
- List todos
- Complete todo
- Delete todo
- Search todo
- Complete all todos
- Delete all todos
- Reset database
- Local database
- Clone or download the project.
git clone https://github.com/pimatis/pernle.git
cd pernle
- Install the project.
bun install
- Run the project.
bun index.ts
bun index.ts create "Shopping to do" "Buy milk, bread and eggs"
bun index.ts list
bun index.ts complete
bun index.ts delete
bun index.ts search
bun index.ts complete-all
bun index.ts delete-all
bun index.ts reset
Contributions are welcome! Please feel free to submit a Pull Request.
Created by Pimatis Labs