https://github.com/rohanrhu/hexbindecconverter
Hexadecimal, Binary and Decimal number converter plugin for Sublime Text 3
https://github.com/rohanrhu/hexbindecconverter
binary-converter hexadecimal-converter sublime-text sublime-text-3 sublime-text-3-package sublime-text-package sublime-text-plugin
Last synced: 2 months ago
JSON representation
Hexadecimal, Binary and Decimal number converter plugin for Sublime Text 3
- Host: GitHub
- URL: https://github.com/rohanrhu/hexbindecconverter
- Owner: rohanrhu
- License: mit
- Created: 2019-07-07T16:23:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T16:49:14.000Z (almost 6 years ago)
- Last Synced: 2025-03-19T03:43:53.619Z (2 months ago)
- Topics: binary-converter, hexadecimal-converter, sublime-text, sublime-text-3, sublime-text-3-package, sublime-text-package, sublime-text-plugin
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HexBinDecConverter
Hexadecimal, Binary and Decimal number converter plugin for Sublime Text 3
## Installation
#### Git
##### Linux
```bash
cd ~/.config/sublime-text-3/Packages/
git clone https://github.com/rohanrhu/HexBinDecConverter.git HexBinDecConverter
```##### Windows
```bash
cd "%HOMEPATH%\AppData\Roaming\Sublime Text 3\Packages"
git clone https://github.com/rohanrhu/HexBinDecConverter.git HexBinDecConverter
```## Usage
#### Events
Cursor on hexadecimal or binary and hover mouse point on hexadecimal, binary or decimal shows popupHexadecimal Syntaxes:
```assembly
0xa
0ah
```Binary Syntaxes:
```assembly
1010b
```#### Shortcuts
You can set shorcut with `hex_bin_dec_converter` function
```json
{"keys": ["ctrl+k", "ctrl+i"], "command": "hex_bin_dec_converter"}
```#### Menu Commands
There're one menu (ctrl+shift+p) command- Show Popup: `HexBinDecConverter: Show Popup`
## License
MIT