Project

ruby-notes

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby notes is a console lne tool that let you keep reminders/notes and afterwards search within them and export the result to various formats.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Ruby Notes


About

Ruby notes is a console based system that let you make notes about important things, set a period during which the note is valid, list the notes you've made in various ways and based on various search patterns. It also allows you to link each of the notes to a specific (list of) tag/s and later on perform searches based on these tags.

Usage

Ruby Notes can be used with several options. These options are as follows:
  • --add-note, -a: Adds a new note with the parameters specified
  • --remove-note, -r: Removes the specified note
  • --find-note, -f: Finds the specified note
  • --update-note, -u: Updates the specified note
  • --tag, -t : Specified action only takes effect on notes with the tag given
  • --description, -d : Specify the description for the note
  • --due-date, -e : Specify the due date for the note
  • --token, -o : Specified action is only applied to the note with the id given
  • --html, -h : The result of this operation(if any) will be saved into the file given in html format
  • --csv, -c : The result of this operation(if any) will be printed in the file specified in csv format
  • --console, -n: The result of this operation(if any) will be printed in the console
  • --current: Specified action will only be applied to notes with due date that is after or coincides with the current day. Currently not supported.
  • --all, -l: Specified action is applied to all the matching notes
  • --help, -p: Show this message

Author

Martin Asenov Asenov
email: asenov.m@gmail.com