https://github.com/artursantiago/ldiary
A basic diary app used in command line built in c++.
https://github.com/artursantiago/ldiary
Last synced: about 2 months ago
JSON representation
A basic diary app used in command line built in c++.
- Host: GitHub
- URL: https://github.com/artursantiago/ldiary
- Owner: artursantiago
- Created: 2020-07-03T22:25:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T23:10:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T07:32:52.729Z (4 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
## How to use 👨🏻💻
- Clone this repository and enter it
```
$ git clone https://github.com/artursantiago/LDiary.git && cd LDiary
```
- Now you can easily use Makefile to compile the project:
```
$ make
```After you compile the project, it will generate the compiled file with the name `diary.md` on the root path. You can change this in `diary.config`.
1. **Command line**
- Add
```
$ ./diary add
```
- List
```
$ ./diary list
```
- Search
```
$ ./diary search
```2. **Interactive mode**
```
$ ./diary interactive
```
* If you have difficulty in what action to take just ask for help:
```
$ ./diary help
```
This project is only for study purposes. The brand, logo and name are non professional