Project

jott

0.0
The project is in a healthy, maintained state
CLI application for a little note
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.0
~> 1.21

Runtime

 Project Readme

E8BFE9C9-1977-478D-92AD-5509D48835EC

Test License: MIT Gem

A CLI application that allows you to create small memos. It can be installed as a Ruby Gem, and you can create, delete and display memos with the jott command.

Installation

$ gem install jott

Usage

Create a new memo

$ jott add This is first memo

or

$ jott add
-> open your editor

List memos

$ jott ls

Edit the memo

$ jott edit 1 This is updated memo

or

$ jott edit 1
-> open your editor

or

$ jott edit
-> open your editor (last memo)

Delete the memo

$ jott rm 1

Clear all memos

$ jott clear

Set the editor

$ jott set-editor vim

Check config

$ jott config

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/seita1996/jott. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Jott project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.