Giter Site home page Giter Site logo

msl's Introduction

My Standard Library

This is tool for making quick private note.

There is a timeing to notice a idea, but I need to open the note app for makeing private note.

Almost app required me to change working app.

It is uncomfortable for me, because it mean stop the progress.

I want to make note on command line quicker.

This tool can so.

install

if you want to use this app, your computer required install python3. (Python3.6 is good, because I use this app on Python3.6)

install command is Next

$ git clone [email protected]:mtb-beta/msl.git
$ cd msl
$ pip install -e .

example

create

create note. next command is open the note by editor(vim only now).

$ msl

create note create on the setting path.

I recommend to change the setting path to share path(for example Dropbox path). Then you can see the note from another machine.

list

list note. next command display notes.

$ msl list
xxxxxxx: test1
xxxxxx1: test2
xxxxxx2: test3

xxxxxxx is note id. note id is created, when you create note. this id can not change.

display

you can see the note by next command.

$ msl cat xxxxxxx

xxxxxxx is note id. msl exec cat command with path by search from note id.

edit

you can edit the note by next command.

$ msl xxxxxxx

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.