Skip to main content

한글 CLI Todo List 프로그램

Project description

cli-todo-kor

CLI 기반 일정/할 일(todo) 관리 프로그램입니다.

주요 특징

  • 명령어로 할 일 추가/수정/삭제/완료/검색/정렬
  • 우선순위, 마감기한, 완료여부 등 필터링 및 정렬
  • Undo/Redo 기능
  • 컬러 출력과 UI
  • 리스트 출력으로 최신 상태 확인
  • 통계 제공 (전체/미완료/오늘 마감)

설치 및 실행 방법

1. 설치

아래 명령어 한 줄이면 바로 설치할 수 있습니다.

pip install cli-todo-kor

설치 후 터미널에서 아래처럼 사용하세요:

todo add "할 일 내용" --priority h --due 2024-06-30
todo list
todo complete 2
todo delete 3
todo edit 1 --desc "새로운 내용" --priority m --due 2024-07-01
todo search "키워드"
todo undo
todo redo

2. 삭제(제거)

pip uninstall cli-todo-kor

3. (참고) 파이썬 파일 직접 실행

아래 방식도 동작합니다.

python3 src/todo.py add "할 일 내용"

사용법 예시

할 일 추가

todo add "할 일 내용" --priority h --due 3

할 일 목록 보기

todo list

할 일 완료 처리

todo complete 2

할 일 삭제

todo delete 3

할 일 수정

todo edit 1 --desc "새로운 내용" --priority m --due 2

검색/정렬/필터

todo search "키워드"
todo list --sort-by due-date
todo list --status completed

Undo/Redo

todo undo
todo redo

명령어 요약

  • add : 할 일 추가
  • list : 할 일 목록 보기
  • complete : 할 일 완료 처리
  • delete : 할 일 삭제
  • edit : 할 일 수정
  • search : 키워드로 검색
  • clear : 완료된 할 일 일괄 삭제
  • undo : 마지막 작업 취소
  • redo : 취소한 작업 복구

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cli_todo_kor-0.1.10.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cli_todo_kor-0.1.10-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

Details for the file cli_todo_kor-0.1.10.tar.gz.

File metadata

  • Download URL: cli_todo_kor-0.1.10.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for cli_todo_kor-0.1.10.tar.gz
Algorithm Hash digest
SHA256 1f5b80e3f06043e3db8afa295929f644047db46466acd8aab78b54d12711e079
MD5 55cd09c4c34630cc389e48892b6f1902
BLAKE2b-256 531108b114db544f606f7f2f77f3b28f2337c0e9882606b733760c472eb953d0

See more details on using hashes here.

File details

Details for the file cli_todo_kor-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: cli_todo_kor-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for cli_todo_kor-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 87deaa756ce99a4c0eeb5a5d83876a35b8ec67bb6ee84df5bb8fad8ae3b7f084
MD5 49ca926628053e1e4c90e1d3c14c5cb3
BLAKE2b-256 02a9663e7e7bdc7b2d6bb9a44b2fe370d477ec68d864d572a36654d57faf6ade

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page