https://github.com/rudolf1517/diary-cli
Simple Diary CLI program
https://github.com/rudolf1517/diary-cli
diary diary-cli diary-python json python python3 simple-project
Last synced: 5 months ago
JSON representation
Simple Diary CLI program
- Host: GitHub
- URL: https://github.com/rudolf1517/diary-cli
- Owner: RUdolf1517
- License: mit
- Created: 2024-11-23T17:21:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-04T18:12:10.000Z (over 1 year ago)
- Last Synced: 2025-03-31T04:03:29.261Z (about 1 year ago)
- Topics: diary, diary-cli, diary-python, json, python, python3, simple-project
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Diary-CLI
Diary CLI is a simple yet powerful command-line diary application built with Python. This program allows users to easily create, manage, and store diary entries directly from the terminal, providing a straightforward and efficient way to keep track of thoughts, experiences, and daily activities.
## Installation
Install my project with git clone
```bash
git clone https://github.com/RUdolf1517/Diary-CLI.git
cd Diary-CLI
```
Than make my program executable
```bash
chmod +x main.py
```
```bash
mv main.py /usr/local/bin/DiaryCLI
```
## Usage
```bash
DiaryCLI
```
## Features
- CLI UI
- Subtasks
- Sections
## Contributing
Contributions are welcome! Feel free to fork the repository, make changes, and submit pull requests. Your feedback and suggestions are also appreciated to help improve the application.
## Authors
- [@RUdolf1517](https://github.com/RUdolf1517/)
## License
[MIT](https://choosealicense.com/licenses/mit/)