Skip to content

Latest commit

 

History

History
92 lines (62 loc) · 1.02 KB

0002-setup.md

File metadata and controls

92 lines (62 loc) · 1.02 KB
title created_date updated_date order author
Setup
2021-12-10 11:21:23 -0800
2021-12-10 11:21:23 -0800
  1. init, quake init
  2. config
  • .quake.yml to config quake
  • edit entries-define.yaml to

Terminal GUI

quake tui

CLI

  1. install
git clone https://github.com/phodal/quake && cd quake
cargo install --path .  # or: just install
  1. add entry by type
quake cmd -i "todo.add: time support"
  1. edit entry by index
quake cmd -i "todo.edit(1)"
  1. list entry by type
quake cmd -i "todo.list"
  1. sync list
quake cmd -i "todo.sync"
  1. show entry
quake cmd -i "todo.show(1)"
  1. generate from pdf

filter with Grep regex syntax

quake generate --flow "from('examples').to('papers').filter('.pdf$')"

Web

  1. setup search engine
brew install meilisearch

index

quake cmd -i "quake.feed"
  1. run server
quake server
  1. visit: http://localhost:9999/

GUI (TBD)

TBD