/memo

Git based idea note management tool

Primary LanguageGoMIT LicenseMIT

memo

Build Status

Git based idea note management tool

Usage

Create new idea note

Create example.md in

memo new <memo title>

Install

  • Download binary

      curl https://github.com/ayatk/memo/releases/download/<VERSION>/memo_<OS>_<ARCH>.zip
      unzip memo_<OS>_<ARCH>.zip
    
  • Using Homebrew

      brew tap ayatk/memo
      brew install memo
    
  • Build source

      go get -u github.com/ayatk/memo
    

License

Copyright (c) 2018 ayatk. Released under the MIT License