Coder Social home page Coder Social logo

notes-app's Introduction

Note App

This simple console application allows you to create and edit notes in your preferred text editor. It also automatically syncs your notes with a Git repository.

Requirements

Installation

You can download the latest version of the program from the Releases page.

After downloading, you can optionally move the program to a directory in your PATH to make it easier to run from anywhere.

Usage

Run the program by calling notes with the desired filename as the argument:

notes note.txt

If the note file does not exist, the program will create it. The program will then open the file in your default editor.

You can change the default editor by providing the --editor option followed by the command to launch your desired editor:

notes --editor "code"

The program will attempt to pull any changes from the Git repository before opening the file, and push any changes after closing the file.

If the origin remote or the main branch are not set in the Git repository, the program will prompt you to enter the remote repository's URL and will automatically set up the main branch for you.

Supported Editors

The program supports any text editor that can be launched from the command line, including but not limited to:

nano vim nvim notepad gedit Visual Studio Code (code)

The default editor is nvim.

notes-app's People

Contributors

kierianh avatar

Watchers

 avatar

notes-app's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.