add preview, license, contributions
This commit is contained in:
parent
7641c0c56c
commit
fa36200cb6
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
noted is a minimalistic command line note manager written in C.
|
noted is a minimalistic command line note manager written in C.
|
||||||
|
|
||||||
|
## Preview
|
||||||
|
![](https://r2.e-z.host/3c62bb3a-a8a9-43f6-afd6-553646f51dc4/lzwqimtg.png)
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
@ -10,12 +13,6 @@ noted is a minimalistic command line note manager written in C.
|
||||||
$ make
|
$ make
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
|
||||||
```sh
|
|
||||||
$ ./noted
|
|
||||||
```
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Uses EDITOR environment variable to open notes
|
- Uses EDITOR environment variable to open notes
|
||||||
- Respect XDG variables
|
- Respect XDG variables
|
||||||
|
@ -49,3 +46,9 @@ Options:
|
||||||
-R [filename] Removes the note specified in the filename.
|
-R [filename] Removes the note specified in the filename.
|
||||||
-S [filename] Prints the content of the note specified in the filename.
|
-S [filename] Prints the content of the note specified in the filename.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Contributions
|
||||||
|
Contributions are welcomed, feel free to open a pull request.
|
||||||
|
|
||||||
|
# License
|
||||||
|
This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/noted/blob/master/LICENSE) for more information.
|
||||||
|
|
Loading…
Reference in a new issue