e-tools
e-tools copied to clipboard
A toolbox for developers. Color picker, code formatter, and more.
E-tools
An
Electron
app for platforms of OS X 、Windows and Linux
Download and Install
Search/Replace Keymaps
Functionality | ![]() |
![]() |
---|---|---|
Start searching | Ctrl-F | Cmd-F |
Find next | Ctrl-G | Cmd-G |
Find previous | Shift-Ctrl-G | Shift-Cmd-G |
Find next | Ctrl-G | Cmd-G |
Replace | Shift-Ctrl-F | Cmd-Option-F |
Replace all | Shift-Ctrl-R | Shift-Cmd-Option-F |
Jump to line | Alt-G | Option-G |
Persistent search (dialog doesn't autoclose: enter to find next, Shift-Enter to find previous) |
Alt-F | Option-F |
Development
If you wish to build E-tools yourself:
- Clone this repo
git clone https://github.com/Suremotoo/e-tools.git
- Run
cd e-tools
- Run
npm install
- Run
npm start