An open API service indexing awesome lists of open source software.

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

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/)