{"id":13564065,"url":"https://github.com/muesli/thunder","last_synced_at":"2025-04-30T07:49:56.128Z","repository":{"id":57498816,"uuid":"100556729","full_name":"muesli/thunder","owner":"muesli","description":"BoltDB's Interactive Shell","archived":false,"fork":false,"pushed_at":"2021-05-19T04:46:14.000Z","size":36,"stargazers_count":84,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T07:49:51.050Z","etag":null,"topics":["bolt","boltdb","hacktoberfest","interactive","shell"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muesli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-17T03:21:11.000Z","updated_at":"2024-08-13T19:56:59.000Z","dependencies_parsed_at":"2022-08-31T06:22:32.031Z","dependency_job_id":null,"html_url":"https://github.com/muesli/thunder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muesli%2Fthunder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muesli%2Fthunder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muesli%2Fthunder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muesli%2Fthunder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muesli","download_url":"https://codeload.github.com/muesli/thunder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251666227,"owners_count":21624291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bolt","boltdb","hacktoberfest","interactive","shell"],"created_at":"2024-08-01T13:01:26.219Z","updated_at":"2025-04-30T07:49:56.110Z","avatar_url":"https://github.com/muesli.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"Thunder\n=======\n\nBoltDB's Interactive Shell\n\n## Installation\n\nMake sure you have a working Go environment (Go 1.6 or higher is required).\nSee the [install instructions](https://golang.org/doc/install.html).\n\nTo install Thunder, simply run:\n\n    go get github.com/muesli/thunder\n\n## Usage\n\n```\n$ thunder somebolt.db\nThunder, Bolt's Interactive Shell\nType \"help\" for help.\n\n[somebolt.db /] #\n```\n\n### List keys in a bucket\n\n```\n[somebolt.db /] # ls\nOneBucket/\nAnotherBucket/\n2 keys in bucket\n\n[somebolt.db /] # ls OneBucket/\nSubBucket/\nSomeKey\n2 keys in bucket\n```\n\n### Get the value of a key\n\n```\n[somebolt.db /] # get OneBucket/SomeKey\nMuch Value\n```\n\n### Set/change the value of a key\n```\n[somebolt.db /] # put OneBucket/SomeKey \"Different Value\"\n```\n\n### Delete a value or bucket\n```\n[somebolt.db /] # rm OneBucket/SomeKey\n[somebolt.db /] # rm OneBucket/SubBucket\n```\n\n### Create a new bucket\n```\n[somebolt.db /] # mkdir AnotherBucket/NewBucket\n```\n\n### Change scope to a different bucket\n```\n[somebolt.db /] # cd AnotherBucket/NewBucket\n```\n\n## Development\n\n[![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/muesli/thunder)\n[![Build Status](https://travis-ci.org/muesli/thunder.svg?branch=master)](https://travis-ci.org/muesli/thunder)\n[![Go ReportCard](https://goreportcard.com/badge/muesli/thunder)](https://goreportcard.com/report/muesli/thunder)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuesli%2Fthunder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuesli%2Fthunder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuesli%2Fthunder/lists"}