Giter Club home page Giter Club logo

sticky-notes's Introduction

Introduction

Developers are a lazy creature and sometimes while implementing logic in code or modifying configuration we add TO-DO comments to keep a track of missing features. Tracking such TO-DO comments is cumbersome. We plan to structure these comments into meaningful comment blocks and extract them to generate Markdown files. These files can be used to automate different tasks such as slack notification, Git issues, etc.

Requirements

  • python 3.5+ and pip
  • Git

Quickstart

Installing Sticky-Notes

Using pip and github

You can easily install Sticky-Notes from github release using pip using the following steps

- Open terminal
- Make sure you have pip3 installed
- Exectute - sudo pip3 install https://github.com/akshatgit/Sticky-Notes/releases/download/v0.0.1/stickynotes-0.0.1.tar.gz
- Above is just an example, you can use whichever release you want, although its better to use the latest release

You can also install Sticky-Notes directly from the repo itself, if you want ongoing development code

sudo pip3 install git+git://github.com/akshatgit/Sticky-Notes

Installing from source

You can install Sticky-Notes from the source as follows:

- Open terminal
- Clone this repo using git clone or simply download it
- cd Sticky-Notes
- sudo python3 setup.py install

Once you have installed Sticky-Notes using one of the above method, verify that its installed using :

stickynotes --help

Demo Video

asciicast

Sticky-Notes Usage

Usage: stickynotes [options]

Options:
  -h, --help         show this help message and exit
  -d DIR, --dir=DIR  path to repo to scan | default is current directory
  -o OUT, --out=OUT  path to generate the todo md file along with name |
                     default is todo.md in current directory

You can generate the markdown file for your TODOs by simply invoking stickynotes without any args from within your repo It will generate a file named todo.md in the root of your repo.

You can also sepcify the path to your repo and custom path for your todo.md file.

stickynotes -d /path/to/your/repo -o /path/to/todo_file_name.md

Cite

sticky-notes's People

Contributors

djmgit avatar harsh1-1 avatar akshatgit avatar

Stargazers

Lakshya Bansal avatar

Watchers

James Cloos avatar  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.