Categorygithub.com/mixmaru/rshin-memo
repository
0.1.2
Repository: https://github.com/mixmaru/rshin-memo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

rshin-memo

ターミナル上で動作するメモアプリです。

Animation_tview

Ubuntu上での動作を確認しています。

旧版と新版があり、新版は現状macのターミナルだとvim起動時のキー入力の挙動があやしい場合があります。
macで利用する場合は旧版を使ってください。

インストール方法

(新板)
$ go get github.com/mixmaru/rshin-memo/tui/rshinmemo

(旧版)
$ go get github.com/mixmaru/rshin-memo/cmd/rshinmemo

起動方法

$ rshinmemo

操作方法

基本

キー動作
jカーソル上移動
kカーソル下移動
enter決定
escViewを閉じる
ctrl-cアプリを終了する

DailyListView

作業メモが日毎に一覧されたView

キー動作
oカーソル位置の下に作業メモを挿入
Oカーソル位置に作業メモを挿入
enterカーソル位置の作業メモをvimで開く

DateSelectView

作業日を指定するためのView

キー動作
enterカーソル位置の日付でメモを挿入する(「手入力する」を選択した場合、yyyy-mm-ddで入力する)

NoteSelectView

対象の作業メモを選択するView

キー動作
enterカーソル位置の作業メモをvimで開く(「新規追加」を選択した場合、作業メモ名を入力する)
ctrl-fnoteを検索する