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.
- Host: GitHub
- URL: https://github.com/gjhanna/notepy
- Owner: GJHanna
- License: apache-2.0
- Created: 2020-05-23T11:03:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T22:06:13.000Z (about 6 years ago)
- Last Synced: 2025-01-16T13:22:54.539Z (over 1 year ago)
- Topics: automation, python, python-script, python2, python3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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