Coder Social home page Coder Social logo

grubben / 1line Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 38 KB

A unix shell note-taking program

License: GNU General Public License v3.0

Python 100.00%
shell bash unix notes note note-taking educational write jot simple easy minimal 1line line fast windows accessible terminal terminal-based macos

1line's Introduction

1line

The line-by-line Program

1line is a shell program written in Python. It's main objective is to make simple note-taking faster and more convenient without forcing you to start up an application.

Definitely works on Unix platforms; try your might on Windows

Usage:

$ 1line

$ 1line list

$ 1line add social-studies
> exit

$ 1line biology
> the mitochondria is the powerhouse of the cell
> exit

$ 1line remove social-studies

$ 1line open

$ 1line open biology

Installation:

First make sure you have python3. Then:

pip3 install pyinstaller

Go to the directory that contains "1line.py"

pyinstaller --onefile 1line.py

Your file is in the "dist" folder (wether it's a unix-executable or an exe)

For Unix-not MacOS:

(I believe this is the correct method but beware, for I'm not tech savy)

Move (or drag with the mouse) the file to '/bin' directory:

cd dist
mv 1line /bin

For Windows:

Put the exe somewhere and make a PATH to it on the command prompt

(I'm not sure how so good luck!)

For MacOS:

cd dist
mv 1line /usr/local/bin

Have fun with it, and contribute if you wish!

1line is all you need

1line's People

Contributors

grubben avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.