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

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++.

Awesome Lists containing this project

README

        




GitHub Last Commits
GitHub issues
GitHub stars
GitHub forks

## 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