Commit Graph

108 Commits

Author SHA1 Message Date
8733dcb5e3 Updated Dependency (Fix Ctrl+U Behavior) 2017-09-04 09:32:57 -05:00
4d25527218 Add links to pre-built binaries 2017-08-30 09:10:43 -05:00
97cc915452 Vendored Dependencies
Also removed some commented out code
2017-08-30 08:55:08 -05:00
ca8240e06d Fixed bug that occurred with sub-buckets around level 4 2017-05-18 08:17:58 -05:00
9946fceba7 Merge branch 'master' of github.com:br0xen/boltbrowser 2017-04-28 16:07:08 -05:00
ff35f76c1f Merge pull request #12 from shawnps/patch-1
fix images markdown in README
2017-04-28 08:31:38 -05:00
Shawn Smith
500e04e180 fix images markdown in README 2017-04-24 13:06:21 +09:00
6639f93834 Prep for right pane scrolling 2017-04-05 12:49:05 -05:00
bbef340848 Fixed issue with bucket/key/value having '/' 2017-04-05 11:29:28 -05:00
6b6a241245 Merge pull request #11 from aerth/invalid-db
handle non-bolt files with a simple error screen
2017-04-05 07:07:06 -05:00
aerth
e10337092f
handle the case of single nonbolt file 2017-04-04 20:31:40 -07:00
aerth
ae584be0b8
handle non-bolt files without needing to reset terminal 2017-04-04 20:13:50 -07:00
82c105e8c3 Add filename to browser title bar 2017-04-04 16:41:15 -05:00
e83f065faa Merge pull request #10 from aerth/multi
Allow user to open multiple files, for example 'boltbrowser *.db'
2017-04-04 16:33:16 -05:00
f2d0291391 Merge pull request #9 from aerth/const2var
Consider allowing compiler to reassign the value of ProgramName
2017-04-04 16:32:44 -05:00
aerth
9cc6944303
Allow user to open multiple files, for example 'boltbrowser *.db' 2017-04-04 14:19:07 -07:00
aerth
0a10386457
Allow compiler to reassign the value of ProgramName
Can use ldflags in build line such as:

    -ldflags='-X main.ProgramName=${NAME}"'
2017-04-04 14:08:08 -07:00
a3019e1e0a Merge pull request #7 from chilts/install-and-usage
Add install and usage info to the README
2016-12-30 07:30:48 -06:00
Andrew Chilton
af8cc1ccc1 Add install and usage info to the README 2016-12-31 00:40:07 +13:00
e1430823a8 Added export functions
* (x) - Export value as string
* (X) - Export key/value or bucket as JSON
2016-12-29 15:23:58 -06:00
6a2dc9f776 Truncate long bucket names 2016-12-29 12:43:10 -06:00
8dba00b972 Truncate extra-long lines in the left pane 2016-12-29 12:33:09 -06:00
4c01d82dfa 'D' is delete, not 'd'
Resolves github issue #3
2016-06-27 07:29:59 -05:00
354b6641b6 Add comment explaining mainloop_windows.go 2016-06-27 07:23:56 -05:00
ca7e8555bd Merge pull request #2 from louy2/guard-signal
Guard signal
2016-05-09 10:42:24 -05:00
fb91d0fdfa Merge pull request #1 from louy2/remove-signal
Fix windows build
2016-05-09 10:42:13 -05:00
Yufan Lou
97df7c742a Add default mainLoop with syscall 2016-05-06 05:04:04 +08:00
Yufan Lou
6710b98ca9 Move mainLoop without C-z to windows-specific file 2016-05-06 04:59:09 +08:00
Yufan Lou
c05b306cf6 Fix import: remove pkg syscall 2016-05-06 04:53:46 +08:00
Yufan Lou
e9702239da Fix windows build
No UNIX signals are defined under windows, so Ctrl-Z sending SIGSTOP to self is removed.
2016-05-06 03:50:04 +08:00
b473d98f1a Updated termbox-util library 2016-02-19 08:48:51 -06:00
447d135216 Merge branch 'master' of gogs.bullercodeworks.com:brian/boltbrowser 2016-02-09 10:13:20 -06:00
ff02fa104d Fix a few things 2015-12-01 15:24:43 -06:00
9a45937d0f Wrap long bucket/pair names/values 2015-12-01 15:20:52 -06:00
e27925d5e9 Wrap display of long bucket names/pairs 2015-12-01 14:44:18 -06:00
c977d2f42e Updated termbox-util library 2015-10-21 11:51:50 -05:00
acaf7d088a Updated Termbox Utility Library 2015-10-21 11:47:34 -05:00
82c42460f6 Updating from gogs repo
gogs.bullercodeworks.com/brian/boltbrowser
2015-10-21 08:48:18 -05:00
4736e46334 Updated all, linted 2015-09-17 11:52:02 -05:00
908848fed6 Linted 2015-09-17 11:49:57 -05:00
232e7e726b Resync changes from github repo 2015-05-20 08:56:41 -05:00
8ec38b3b3a Add some screenshots to readme 2015-05-18 10:10:01 -05:00
941e624d16 Migrate to github from personal host 2015-05-18 09:47:08 -05:00
e9905c02f6 Release 1 2015-05-18 08:49:47 -05:00
be134e0632 Fixed Paths
No need to track paths, just recurse over parents.
Also fixed an issue with some mode tracking.

Preparing to add ability to 'rename' buckets
2015-05-15 16:07:05 -05:00
f951ce9b64 Insert/Edit is working 2015-05-14 10:17:43 -05:00
32a8c82b51 Making some progress 2015-05-12 16:04:49 -05:00
d3fcd82542 Trying to fix the stupid issue 2015-05-08 10:14:02 -05:00
756b74fba7 Fixing a few things
Also changed color scheme
2015-05-04 20:17:41 -05:00
00da774777 Add test.db to .gitignore 2015-05-04 19:38:35 -05:00