{"id":24614381,"url":"https://github.com/akatsuki105/bitwise-go","last_synced_at":"2025-06-17T19:37:08.544Z","repository":{"id":64303458,"uuid":"261892515","full_name":"akatsuki105/bitwise-go","owner":"akatsuki105","description":"Multi-Platform Terminal based bit manipulator","archived":false,"fork":false,"pushed_at":"2023-03-17T01:44:50.000Z","size":26,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T16:01:58.006Z","etag":null,"topics":["bitwise","cli","golang","tui"],"latest_commit_sha":null,"homepage":"","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/akatsuki105.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,"governance":null}},"created_at":"2020-05-06T22:28:18.000Z","updated_at":"2025-05-19T05:51:47.000Z","dependencies_parsed_at":"2023-09-11T03:25:51.112Z","dependency_job_id":"8bc8711d-432f-461f-a3ec-75609041e9bf","html_url":"https://github.com/akatsuki105/bitwise-go","commit_stats":null,"previous_names":["akatsuki105/bitwise-go","pokemium/bitwise-go"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/akatsuki105/bitwise-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akatsuki105%2Fbitwise-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akatsuki105%2Fbitwise-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akatsuki105%2Fbitwise-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akatsuki105%2Fbitwise-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akatsuki105","download_url":"https://codeload.github.com/akatsuki105/bitwise-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akatsuki105%2Fbitwise-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260427400,"owners_count":23007503,"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":["bitwise","cli","golang","tui"],"created_at":"2025-01-24T21:16:35.556Z","updated_at":"2025-06-17T19:37:03.518Z","avatar_url":"https://github.com/akatsuki105.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitwise-go\n\n![Go](https://github.com/Akatsuki-py/bitwise-go/workflows/Go/badge.svg)\n\n## Multi-platform terminal based bitwise calculator\n\n_bitwise-go_ is multi base interactive calculator supporting dynamic base conversion and bit manipulation.\nIt's a handy tool for low level hackers, kernel developers and device drivers developers.\n\nThis repository is based on [_mellowcandle/bitwise_](https://github.com/mellowcandle/bitwise).\n\nSome of the features include:\n* Works on multi-platform such as Windows, OSX, Linux.\n* Individual bit manipulator.\n\n![conversion](https://imgur.com/pcth8U0.png \"Bitwise conversion\")\n\n![interactive](https://imgur.com/QI9BrHl.png \"Bitwise interactive\")\n\n## Install\n\n#### Download Binary\n\nPlease download binary from [Release page](https://github.com/Akatsuki-py/bitwise-go/releases).\n\n#### Build by yourself\n\nRequirement: Go and Make\n\n```sh\n$ git clone https://github.com/Akatsuki-py/bitwise-go.git\n$ cd ./bitwise-go\n$ make\n```\n\n## Usage\n_bitwise-go_ can be used both Interactively and in command line mode.\n\n### Command line calculator mode\nIn command line mode, bitwise will calculate the given expression and will output the result in all bases including binary representation.\n\n_bitwise-go_ detects the base by the preface of the input (_0x/0X_ for hexadecimal, leading _0_ for octal, _0b_ for binary, and the rest is decimal).\n\n### Interactive mode\n_bitwise-go_ starts in interactive mode if no command line parameters are passed. In this mode, you can input a number and manipulate it and see the other bases change dynamically.\nIt also allows changing individual bits in the binary.\n\n#### Navigation in interactive mode\nTo move around use the arrow keys, or use _vi_ key bindings : \u003ckbd\u003e h \u003c/kbd\u003e \u003ckbd\u003e j \u003c/kbd\u003e \u003ckbd\u003e k \u003c/kbd\u003e \u003ckbd\u003e l \u003c/kbd\u003e.\nLeave the program by pressing \u003ckbd\u003e q \u003c/kbd\u003e.\n\n##### Binary specific movement\nYou can toggle a bit bit using the \u003ckbd\u003e space \u003c/kbd\u003e key.\n\n#### others\n* _q_, _esc_ - Exit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakatsuki105%2Fbitwise-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakatsuki105%2Fbitwise-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakatsuki105%2Fbitwise-go/lists"}