Commit Graph

303 Commits

Author SHA1 Message Date
Gokcehan
7fe72c188f check null bytes instead to detect binaries 2016-10-02 00:29:14 +03:00
Gokcehan
751dbe8a7c show message for successful yank/delete
Mentioned in #13.
2016-10-02 00:11:45 +03:00
Gokcehan
00516af039 fix push with command example 2016-09-20 23:18:39 +03:00
Gokcehan
27135faccd add a push command to simulate key pushes 2016-09-18 19:21:24 +03:00
Gokcehan
155fbc5a16 load first file on startup 2016-09-18 12:58:32 +03:00
Gokcehan
1e7811334e use the same goroutine to wait preview command
Mentioned in #5.
2016-09-18 12:56:13 +03:00
Gokcehan
d51e99adc1 close pipe and then wait command in a separate goroutine
Mentioned in #5.
2016-09-16 15:22:39 +03:00
Gokcehan
f82073603f clean command resources after preview script call
Mentioned in #5.
2016-09-16 13:27:38 +03:00
Gokcehan
878d28237a add file previewing to the documentation
Mentioned in #5.
2016-09-15 21:44:06 +03:00
Gokcehan
0395f75ea9 break previewer output pipe when enough lines are read
Mentioned in #5.
2016-09-15 21:26:54 +03:00
Gokcehan
b0b06c46d2 escape backticks in documentation 2016-09-15 17:08:05 +03:00
Gokcehan
6094078185 buffer file and dir previews for drawing
Mentioned in #5.
2016-09-15 16:28:36 +03:00
Gokcehan
ceb1f2d15a expand ~ to HOME in previewer option
Mentioned in #5.
2016-09-15 14:27:14 +03:00
Gokcehan
991bbc628f cleanup 2016-09-15 02:31:12 +03:00
Gokcehan
d0f2ee1e35 remove old documentation 2016-09-15 02:27:43 +03:00
Gokcehan
6cfcbc192e point to the new documentation in the readme 2016-09-15 02:26:05 +03:00
Gokcehan
295c9bff76 add tutorial to the documentation 2016-09-15 02:18:50 +03:00
Gokcehan
bfb0c0c4a8 add example mapping for documentation 2016-09-14 00:49:02 +03:00
Gokcehan
7d2ee16e2d generate documentation and embed in binary 2016-09-14 00:40:14 +03:00
Gokcehan
57bebef804 use recursive and backup options for paste 2016-09-13 22:56:03 +03:00
Gokcehan
9c2f594a6b add empty match tests 2016-09-12 23:40:17 +03:00
Gokcehan
a2c7656301 add comp tests 2016-09-12 23:33:52 +03:00
Gokcehan
37a7eda095 add missing files 2016-09-12 19:19:47 +03:00
Gokcehan
1fcd70afa0 add parse tests 2016-09-12 19:18:13 +03:00
Gokcehan
ee0f931db8 add command counts 2016-09-09 01:03:25 +03:00
Gokcehan
a31ce17b90 add half-up/half-down/page-up/page-down commands 2016-09-09 00:04:44 +03:00
Gokcehan
34c58b634a add basic readline shortcuts 2016-09-07 22:34:29 +03:00
Gokcehan
a3594319b7 do not fail if USER is not set
Related to #12.
2016-09-07 14:37:32 +03:00
Gokcehan
c93738a6ec cleanup 2016-09-07 01:47:08 +03:00
Gokcehan
f59227c5f9 add releases link to readme 2016-09-07 00:57:17 +03:00
Gokcehan
3d493e8271 use filepath module instead of path for portability
This should fix path separator confusion in windows.

Mentioned in #12.
2016-09-07 00:27:55 +03:00
Gokcehan
90c282e1ec shorten warning in readme 2016-09-04 16:33:54 +03:00
Gokcehan
712fb6fa71 organize badges 2016-09-04 16:32:27 +03:00
gokcehan
46176a5346 Merge pull request #18 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-09-04 16:30:38 +03:00
The Gitter Badger
751ef93c1a Add Gitter badge 2016-09-04 13:28:05 +00:00
Gokcehan
2ba5c06b5e add link to google groups 2016-09-04 16:26:26 +03:00
Gokcehan
f304f863b9 cleanup 2016-09-02 23:40:13 +03:00
Gokcehan
f81146ae1e cleanup 2016-09-02 23:13:37 +03:00
Gokcehan
607cd7aeff format 2016-09-02 23:06:25 +03:00
Gokcehan
66482b8495 use XDG_CONFIG_HOME if set 2016-09-02 23:04:26 +03:00
Gokcehan
188bd97b3b fix jiggle when scrolloff is maxed 2016-09-02 22:47:11 +03:00
Gokcehan
826787450a update tutorial for binding and command removal
Mentioned in #16.
2016-09-02 22:02:11 +03:00
Gokcehan
cd63dc1872 unmap a binding or delete a command when expression is empty
With this commit `map`/`cmd` keywords are also used to remove a
binding/command by leaving the expression part empty (e.g. `map j`
removes keybinding for `j` or `cmd trash` removes `trash` command).

Mentioned in #16.
2016-09-02 21:32:11 +03:00
Gokcehan
7fc93313bc skip ui drawing if exit flag is set
Mentioned in #15.
2016-09-02 21:20:01 +03:00
Gokcehan
dde01fce0a add command line option for profiling 2016-09-01 23:49:56 +03:00
gokcehan
d8cfe7f593 Merge pull request #17 from KenjiTakahashi/previewer_binary
Do binary check after calling previewer
2016-09-01 22:44:47 +03:00
KenjiTakahashi
ef340a533d Do binary check after calling previewer
Many files valid for previewer, such as archives, are treated as binary
and thus were not passed to the previewer.

Also sanitizes the previewer output, to some extent.
2016-09-01 21:11:03 +02:00
Gokcehan
cb2ab07659 remove makefile 2016-09-01 18:26:50 +03:00
Gokcehan
05600cc324 add termbox to travis configuration 2016-09-01 18:21:05 +03:00
Gokcehan
4d92f2e87f add travis configuration 2016-09-01 18:15:23 +03:00