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

https://github.com/gjhanna/notepy

A simple script that will create a note.txt file for the directory you're working in. The script allows you to view, delete, and add notes to your working directory. The script is a command line application.
https://github.com/gjhanna/notepy

automation python python-script python2 python3

Last synced: 22 days ago
JSON representation

A simple script that will create a note.txt file for the directory you're working in. The script allows you to view, delete, and add notes to your working directory. The script is a command line application.

Awesome Lists containing this project

README

          

# NotePy
A simple script that will create a note.txt file for the directory you're working in. The script allows you to view, delete, and add notes to your working directory. The script is a command line application.

# Getting Started
Upon adding the note function from the note.sh file to your .bash_profile, you will be able to create .note.txt file in any directory you want by simply navigating to it. Once you have reached the directorPy that you wish to have a .note.txt file simply run

```
note init
```

# Command line flags
```
positional arguments:
create create .notes.txt file

optional arguments:
-h, --help show this help message and exit
-l, --list list notes
-a, --append append new note
-r, --remove remove note
```

# Support
NotePy currently runs only on MacOS

## Authors
* **George Hanna** - *Initial work* - [GJHanna](https://github.com/GJHanna)

## License
This project is licensed under the Apache 2.0 - see the [LICENSE.md](LICENSE.md) file for details