Commit Graph

108 Commits

Author SHA1 Message Date
Brian Buller fcc13603da Merge branch 'master' of github.com:br0xen/boltbrowser 2023-05-31 09:37:31 -05:00
Brian Buller 305329c943
Merge pull request #62 from zhaojizhuang/master
change bolt vesion to go.etcd.io/bbolt 1.3.7
2023-05-31 09:36:31 -05:00
zhaojizhuang 54338be381 change bolt vesion to go.etcd.io/bbolt 1.3.7 2023-05-24 22:57:14 +08:00
Brian Buller b0aec79fcd Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/boltbrowser 2023-05-24 07:37:35 -05:00
Brian Buller 1f901154b9 Add build directory to gitignore 2023-05-24 07:37:22 -05:00
Brian Buller 7a5543df99
Merge pull request #60 from Jamstah/buildtags
Update build tag to latest format
2023-05-15 07:49:37 -05:00
Brian Buller dc87af7195
Merge pull request #59 from Jamstah/import-value-from-file
Import value from file
2023-05-15 07:48:43 -05:00
James Hewitt e1b2bfab4e
Update build tag to latest format 2023-05-12 14:32:28 +01:00
James Hewitt 8a508a45ee
Add support to importing of value from a file 2023-05-12 14:27:40 +01:00
James Hewitt ab21f99955
Don't add a newline when exporting values 2023-05-12 14:22:33 +01:00
Brian Buller 184b3ef7cb Update links to screenshots & releases 2023-03-30 07:28:51 -05:00
Brian Buller 4d4716e825 Go mod tidy 2023-03-30 07:25:05 -05:00
Brian Buller ebb9186bbe Update go version 2023-03-30 07:24:40 -05:00
Brian Buller ab62644960 Update Dependencies 2023-03-30 07:12:16 -05:00
Brian Buller 7f10a81cec Don't duplicate root values when root is bucket. 2021-05-31 10:03:53 -05:00
Brian Buller 7718e0f038 Update links to binaries for v2.1 2021-05-31 09:39:19 -05:00
Brian Buller bbe5e92c9c Read/Edit DBs with key/value pairs in root
Not sure how 'good' this is, but apparently some people do it, so
we may as well support it.
2021-05-31 09:29:09 -05:00
Brian Buller 14bd1cdd41
Merge pull request #43 from sp0cket/master
fix drawHeader strings.Repeat crash
2020-04-08 15:29:24 -05:00
Aaron 10e63ac072 fix drawHeader strings.Repeat crash 2020-04-08 16:09:44 +08:00
Brian Buller 19bf4d25d2
Merge pull request #41 from knqyf263/filter
add filter
2020-03-30 16:24:09 -05:00
Brian Buller eacd685531
Merge pull request #39 from knqyf263/no_value
add -no-value option
2020-03-30 16:20:48 -05:00
knqyf263 12b395ae2a add filter 2019-12-23 16:57:25 +02:00
knqyf263 59a4e49fa4 add -no-value option 2019-12-23 13:26:45 +02:00
Brian Buller 2970b1c912
Update README.md
Add 2.0 Release Binaries
2019-10-17 11:56:24 -05:00
Brian Buller e6f872fbf6 Use a buffer system for building the panes 2019-10-17 10:49:08 -05:00
Brian Buller 72d7cc8280 Switching browser screen to buffer data then display 2019-10-16 17:41:29 -05:00
Brian Buller 930ee1799e Fix JSON formatting regression 2019-10-16 15:33:16 -05:00
Brian Buller 1f3880f32e Stringify all buckets/keys/values
Resolves Issue #34
2019-10-16 15:13:38 -05:00
Brian Buller a3714bf8e4
Merge pull request #33 from sethetter/16-json-formatting
Format and indent JSON values
2019-10-08 09:31:33 -05:00
Seth Etter 7a8972fb5c
Format and indent JSON values 2019-10-07 07:43:10 -05:00
Brian Buller 8c302bd236 Close file after exporting JSON
Resolves issue #30
2019-02-18 09:04:38 -06:00
Brian Buller 433c8111ba Rename boltbrowser.go to main.go
Also, add version number to about screen
2019-02-18 08:55:48 -06:00
Brian Buller b274dceb94
Merge pull request #29 from tbrent/master
Fix Vendoring
2019-02-18 08:14:47 -06:00
Taylor Brent b414b1e88b Fix vendoring for br0xen 2019-02-15 17:28:47 -08:00
Taylor Brent 61c7f57d2b Fix vendoring 2019-02-15 17:25:37 -08:00
Brian Buller 02b86a0e35
Update README.md
Add troubleshooting section
2018-10-24 09:31:50 -05:00
Brian Buller fa1386d9c5 Use `go mod` for vendoring 2018-10-24 07:42:04 -05:00
Brian Buller 7d7e0bfcd3 Add simple 'read-only' mode.
It just closes the database as soon as it's done loading it.
To refresh, you have to close out and reopen.
2018-04-26 09:13:13 -05:00
Brian Buller 6261d4da06 Updated Dependencies 2018-04-26 07:05:07 -05:00
Brian Buller fe0290c14e
Merge pull request #22 from gabstv/master
Print only valid (non control) UTF8 characters
2018-02-01 14:27:19 -06:00
Gabriel Ochsenhofer e973a8c7ed stringify key/val 2018-02-01 13:51:25 -02:00
Brian Buller f289915a70 Merge pull request #20 from andrewslotin/18-timeout_if_db_is_locked
Timeout if DB is locked
2017-10-13 12:03:53 -05:00
Andrew Slotin c7d3622f7a Update README 2017-10-13 22:23:02 +07:00
Andrew Slotin d506dad041 Print out usage message to STDERR
`flag.PrintDefaults()` writes to `os.Stderr`, therefore the "Usage"
part should go there as well.
2017-10-13 22:23:02 +07:00
Andrew Slotin 4ab47545f7 Pass db open timeout via command-line flag 2017-10-13 22:23:02 +07:00
Andrew Slotin 4eadc39e27 Log error and exit if the db file could not be opened within 1s 2017-10-13 18:57:28 +07:00
Brian Buller e903cbcea6 Merge pull request #19 from andrewslotin/add_flags_support
Add flags support
Add *.db to .gitignore
Exit with status code 2 (command misuse) if no files were given
2017-10-12 06:57:08 -05:00
Andrew Slotin 6bfd6215e6 Exit with status code 2 if no files were given
By convention exit(1) is reserved for general errors, while exit(2)
means command misuse. Stdlib `flags` package invokes `os.Exit(2)`
after printing out the usage message. This commit changes the empty
files list exit code to be aligned with this behavior.
2017-10-12 11:52:33 +07:00
Andrew Slotin 46e67d5848 Add --help flag support
Currently executing `boltbrowser --help` creates a file with name
`--help` in the current working directory, which is counterintuitive.
This commit adds command-line flags support to boltbrowser and changes
it to print out the usage message instead.
2017-10-12 11:47:00 +07:00
Andrew Slotin 3c22c6227b Add *.db to .gitignore
To avoid committing BoltDB database files by accident.
2017-10-12 11:46:12 +07:00