Skip to content
/ pernle Public

Pernle is a simple CLI tool that helps users manage their todo list.

License

Notifications You must be signed in to change notification settings

pimatis/pernle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pernle

Pernle is a simple CLI tool that helps users manage their todo list.

Features

  • Add todo
  • List todos
  • Complete todo
  • Delete todo
  • Search todo
  • Complete all todos
  • Delete all todos
  • Reset database
  • Local database

Installation

  1. Clone or download the project.
git clone https://github.com/pimatis/pernle.git
cd pernle
  1. Install the project.
bun install
  1. Run the project.
bun index.ts

Usage

Add Todo

bun index.ts create "Shopping to do" "Buy milk, bread and eggs"

List Todos

bun index.ts list

Complete Todo

bun index.ts complete

Delete Todo

bun index.ts delete

Search Todo

bun index.ts search

Complete All Todos

bun index.ts complete-all

Delete All Todos

bun index.ts delete-all

Reset Database

bun index.ts reset

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.


Created by Pimatis Labs

PiContent Logo

About

Pernle is a simple CLI tool that helps users manage their todo list.

Resources

License

Stars

Watchers

Forks