Go to file
Arthur POULET 02ef35ca07
Update version
2021-06-03 17:53:56 +02:00
spec initialize project 2017-03-31 01:02:22 +01:00
src Fix -w bug on crystal 1.0 2021-06-03 17:53:34 +02:00
.gitignore Fix permissions 2018-12-02 12:13:39 +01:00
.travis.yml Fix permissions 2018-12-02 12:13:39 +01:00
LICENSE Change LICENSE to GPL-3.0 2017-04-13 13:51:11 +01:00
Makefile Update readme 2019-02-21 00:17:33 +01:00
README.md Merge branch 'master' of git.sceptique.eu:Sceptique/notes 2021-06-01 20:45:40 +02:00
shard.lock Update version 2021-06-03 17:53:56 +02:00
shard.yml Update version 2021-06-03 17:53:56 +02:00

README.md

Migrated to https://git.sceptique.eu/Sceptique/notes

notes

Take notes in your terminal

Compatible crystal v1

Installation

make

Usage

./note a note to be written in .local/notes ~~ and a second line to write after the ~~ third line

Usage: notes [arguments]
    -c=TAG, --category=TAG           Choose a title prefix (change the directory)
    -t=TITLE, --title=TITLE          Change de title (default = HOUR:MINUTE)
    -s=SUBTITLE, --subtitle=TITLE    Change de subtitle (default none)
    -I, --no-increment               Do not increment the last note (new title)
    -P, --show-path                  Show this current file's path
    -p=PATH, --path=PATH             Choose the file's path
    -D, --show-directory             Show this current file's directory
    -d=PATH, --directory=PATH        Choose the file's directory
    -N, --show-name                  Show this current file's name
    -n=NAME, --name=NAME             Choose the file's name
    -w, --week                       Show the last week of notes
    --last-days=N                    Show the last days of notes
    --stdin                          Read on stdin
    -h, --help                       Show this help

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://git.sceptique.eu/Sceptique/notes/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • Nephos Arthur Poulet - creator, maintainer