• Stars
    star
    4
  • Rank 3,208,263 (Top 65 %)
  • Language
    Crystal
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Manage notes in command line

Noteesh

Tracking notes in your command line

Installation

Build from code source

You should have the crystal compiler installed check it out here

  1. Clone this repo
$ cd some/path
$ git clone https://github.com/arandilopez/noteesh.git
$ cd noteesh/
  1. Run make commands
$ sudo make
# then run
$ sudo make install

Update

  • If you cloned the repo, pull new changes
$ cd path/to/noteesh
$ git pull origin master
$ sudo make reinstall

Usage

  • Check your notes
$ noteesh
  • Add a new note
$ noteesh --add "Buy a coke"
  • Mark a note as done
$ noteesh --done 1
  • Clear your notes
$ noteesh --clear

Development

Run the make command to compile as development

$ make compile
# then run the bin file
$ bin/noteesh

Run make test to run a build and specs

$ make test

Contributing

  1. Fork it ( https://github.com/arandilopez/noteesh/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

More Repositories

1

laravel-profane

Profanity Validator for Laravel
PHP
84
star
2

z-eves

Z-EVES for linux. Probably the only place you can find it
Python
19
star
3

laravel-feed-parser

Laravel and Lumen package for parse feeds
PHP
12
star
4

markety

A progresive web application to track expenses and compare products prices when shopping
JavaScript
7
star
5

dotfiles

zsh settings for Ubuntu and OS X
Shell
4
star
6

pomodorous

WIP: Pomodorous - Pomodore time tracker
JavaScript
3
star
7

crystal_koans

A WIP Crystal Koans
Crystal
3
star
8

kijutsu

Kitsu.io Anime stats in command-line
JavaScript
3
star
9

doom-neovim

Neovim settings for the hackers
Lua
2
star
10

arandilopez.me

Personal page and resume
JavaScript
2
star
11

ngCodigoPostal

Servicio de angular para obtener informacion sobre: colonias, municipio y estado de un codigo postal. Sólo aplica para la República Mexicana
JavaScript
2
star
12

bootstrap3-snippets

Boostrap 3 snippets plugin for Atom editor
CoffeeScript
2
star
13

facturapi

Unofficial facturapi.io ruby client
Ruby
2
star
14

laravel-lang-es

Traducciones de los lang de Laravel a Español Latino
PHP
2
star
15

dracula-macdown

2
star
16

instacod.es-plugin

A simple Atom package to upload code to Instacod.es
CoffeeScript
2
star
17

has_secure_whatever

Encrypt and decrypt ActiveRecord models' attributes. **This is not a replacement for `has_secure_password`**
Ruby
1
star
18

school-api

adonis graphql tests
TypeScript
1
star
19

laravel-elixir-angularjs

This package is just an update of @Hrcc with laravel/elixir new api
JavaScript
1
star
20

angularjs-template

AngularJs + Bootstrap 4 starter template
JavaScript
1
star