Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jarvis394/notty

📝⚡ Fast terminal-based notes application
https://github.com/jarvis394/notty

Last synced: 19 days ago
JSON representation

📝⚡ Fast terminal-based notes application

Awesome Lists containing this project

README

        

terminal view


notty


📝⚡ Fast terminal-based notes application

## Setup

Installation via `pip`:

```bash
$ pip install notty
```

Updating:

```bash
$ pip install notty --upgrade
```

Executing:
```bash
$ notty
Usage: notty [OPTIONS] COMMAND [ARGS]...
```

**If you're using Anaconda:**
1. Create new virtual environment
```bash
(base) $ conda create -n YOURNAME python=3
Collecting package metadata (current_repodata.json): done
Solving environment: done
... # hit [y] for the packages' installation
```
2. Activate newly created environment
```bash
(base) $ conda activate YOURNAME
(YOURNAME) $
```
3. Install via `pip`:
```bash
(YOURNAME) $ pip install notty --upgrade
```
4. To return to the `(base)` environment, run `conda deactivate`:
```bash
(YOURNAME) $ conda deactivate
(base) $
```

*Currently built for **Python 3.x***

## Usage

For more information, run `notty --help`

|Command|Aliases|Description|
|-|-|-|
|create|*c, create*|Creates a new note|
|list|*l, list*|Lists all notes.
Actually, it can create, delete, rename the notes, so it might be the most important thing here|
|edit ``|*e, edit*|Edits the note with a given ID (opens up a default editor)|

## Contribution

...is welcomed. PR's are widely opened.

## Contact

Me: [VK](https://vk.com/tarnatovski)