Skip to content

Commit 8ed607c

Browse files
authored
Merge pull request #8 from ayman/master
Interactivity in the Buffers
2 parents e0d25cd + d01ba4f commit 8ed607c

File tree

4 files changed

+297
-22
lines changed

4 files changed

+297
-22
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3
2+
* Add interactive buffers with `geeknote-notebook-list`, `geeknote-tag-list`, and `geeknote-find`.
3+
14
## 0.2
25
* Add `geeknote-move`
36

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,23 @@ geeknote command.
111111

112112
![move](screenshots/geeknote-move.gif)
113113

114+
#### Buffer Lists
115+
116+
`geeknote-notebook-list`: Show an interactive list of notebooks (top 100).
117+
`geeknote-tag-list`: Show an interactive list of tags (top 100).
118+
119+
![move](screenshots/geeknote-buffers.gif)
120+
121+
In the buffers, clicking or pressing `enter` will trigger a
122+
find/search with that tag or with that notebook. Also there is some
123+
key navigation bound to the `geeknote-mode`
124+
125+
```
126+
"q" kill-this-buffer
127+
"j" next-line
128+
"k" previous-line
129+
```
130+
114131
### Indexes
115132

116133
Geeknote's indexes still work in this package. For example, you can search for a note

0 commit comments

Comments
 (0)