Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T16:49:14.000Z (over 5 years ago)
- Last Synced: 2024-05-02T02:59:32.325Z (6 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: 2
- 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![alt text](http://oguzhaneroglu.com/static/images/hexbindecconverter.jpg "Hex/Bin/Dec 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