Git Product home page Git Product logo

notes's Introduction

Notes

This Python application is a CLI version of Notational Velocity's note-taking.

Usage

notes.py add title "note body" tag1 tag2

notes.py delete title

note.py edit title "new body" moreTag1 moreTag2

note.py find searchterm #finds titles, tags, and notes that contain that word

note.py read title #prints the contents of that note

note.py log #prints the git history of the note versions

note.py git #pass through to git, works on the note repo.

Notes are stored in ~/.notes, but this can be changed with the -d flag. The -c flag will clean out the current repository.

Will support…

The index will migrate to a real database, but for right now, I'm just pickling dictionaries. This will have some scaling problems with very large note databases (the -d flag is a good way to avoid that problem).

notes's People

Contributors

remyporter 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.