Commit Graph

108 Commits

Author SHA1 Message Date
Brian Buller 8733dcb5e3 Updated Dependency (Fix Ctrl+U Behavior) 2017-09-04 09:32:57 -05:00
Brian Buller 4d25527218 Add links to pre-built binaries 2017-08-30 09:10:43 -05:00
Brian Buller 97cc915452 Vendored Dependencies
Also removed some commented out code
2017-08-30 08:55:08 -05:00
Brian Buller ca8240e06d Fixed bug that occurred with sub-buckets around level 4 2017-05-18 08:17:58 -05:00
Brian Buller 9946fceba7 Merge branch 'master' of github.com:br0xen/boltbrowser 2017-04-28 16:07:08 -05:00
Brian Buller 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
Brian Buller 6639f93834 Prep for right pane scrolling 2017-04-05 12:49:05 -05:00
Brian Buller bbef340848 Fixed issue with bucket/key/value having '/' 2017-04-05 11:29:28 -05:00
Brian Buller 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
Brian Buller 82c105e8c3 Add filename to browser title bar 2017-04-04 16:41:15 -05:00
Brian Buller 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
Brian Buller 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
Brian Buller 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
Brian Buller 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
Brian Buller 6a2dc9f776 Truncate long bucket names 2016-12-29 12:43:10 -06:00
Brian Buller 8dba00b972 Truncate extra-long lines in the left pane 2016-12-29 12:33:09 -06:00
Brian Buller 4c01d82dfa 'D' is delete, not 'd'
Resolves github issue #3
2016-06-27 07:29:59 -05:00
Brian Buller 354b6641b6 Add comment explaining mainloop_windows.go 2016-06-27 07:23:56 -05:00
Brian Buller ca7e8555bd Merge pull request #2 from louy2/guard-signal
Guard signal
2016-05-09 10:42:24 -05:00
Brian Buller 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
Brian Buller b473d98f1a Updated termbox-util library 2016-02-19 08:48:51 -06:00
Brian Buller 447d135216 Merge branch 'master' of gogs.bullercodeworks.com:brian/boltbrowser 2016-02-09 10:13:20 -06:00
Brian Buller ff02fa104d Fix a few things 2015-12-01 15:24:43 -06:00
Brian Buller 9a45937d0f Wrap long bucket/pair names/values 2015-12-01 15:20:52 -06:00
Brian Buller e27925d5e9 Wrap display of long bucket names/pairs 2015-12-01 14:44:18 -06:00
Brian Buller c977d2f42e Updated termbox-util library 2015-10-21 11:51:50 -05:00
Brian Buller acaf7d088a Updated Termbox Utility Library 2015-10-21 11:47:34 -05:00
Brian Buller 82c42460f6 Updating from gogs repo
gogs.bullercodeworks.com/brian/boltbrowser
2015-10-21 08:48:18 -05:00
Brian Buller 4736e46334 Updated all, linted 2015-09-17 11:52:02 -05:00
Brian Buller 908848fed6 Linted 2015-09-17 11:49:57 -05:00
Brian Buller 232e7e726b Resync changes from github repo 2015-05-20 08:56:41 -05:00
Brian Buller 8ec38b3b3a Add some screenshots to readme 2015-05-18 10:10:01 -05:00
Brian Buller 941e624d16 Migrate to github from personal host 2015-05-18 09:47:08 -05:00
Brian Buller e9905c02f6 Release 1 2015-05-18 08:49:47 -05:00
Brian Buller 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
Brian Buller f951ce9b64 Insert/Edit is working 2015-05-14 10:17:43 -05:00
Brian Buller 32a8c82b51 Making some progress 2015-05-12 16:04:49 -05:00
Brian Buller d3fcd82542 Trying to fix the stupid issue 2015-05-08 10:14:02 -05:00
Brian Buller 756b74fba7 Fixing a few things
Also changed color scheme
2015-05-04 20:17:41 -05:00
Brian Buller 00da774777 Add test.db to .gitignore 2015-05-04 19:38:35 -05:00