Skip to content

Awesome-Sauces/Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

Note is terminal text editor made with a tui library called tview. Note is one of my favorite projects that I have ever done. It's by far the most effort I've put into one aswell, well anyways heres how to use it.

Simple Commands

Usage: note [-arg]
    note [--help]
    note [filename]
    note [-txt] [color]
    note [-bg] [color]
Color list:
    [white]
    [red]
    [black]
    [blue]
    [green]
    [purple]
    [yellow]

Example

This command opens 2 files

note main.py helper.py

This command sets the background color to black

note -bg black

This command sets the text color to white

note -txt white

Installing

To install note there are various ways to do so, one way that is simple is downloading the proper installer script (Installer scripts are located in installers directory and end with the .sh extension, for a deep guide on installing click here) for your operating system or linux distrobution. I still have to expand the installer scripts a bit and test on more distro's. Compiling from source is another one, there is even a bash script to help you do so! Located in the src directory all you have to do is run this command to build the source (Assuming you have golang already installed)

sh build.sh

Color themes

For help on creating color themes please use this guide

If you have any recommendations or bugs about Note, please feel free to open an issue and report them.

A text editor for the Linux Terminal! (Mainly compatible with Arch, because I made it on there)

Note-logos_black-Logo