https://github.com/darraghoriordan/ssh-tool-new-electron
A desktop app with tools for common developer tasks that runs locally on Mac and Windows
https://github.com/darraghoriordan/ssh-tool-new-electron
data-security developer-tools electron
Last synced: 3 months ago
JSON representation
A desktop app with tools for common developer tasks that runs locally on Mac and Windows
- Host: GitHub
- URL: https://github.com/darraghoriordan/ssh-tool-new-electron
- Owner: darraghoriordan
- License: other
- Created: 2022-09-03T21:07:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T21:26:08.000Z (8 months ago)
- Last Synced: 2024-10-29T23:44:41.633Z (8 months ago)
- Topics: data-security, developer-tools, electron
- Language: TypeScript
- Homepage: https://usemiller.dev/local-dev-tools
- Size: 3.29 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome!
This project is a bunch of dev tools I made to perform common tasks. It's an electron app and tested on windows and Mac.
Read more about the tools on https://usemiller.dev/local-dev-tools
It's open source but if you're using it for business please pay for a license! Licenses are perpetual! and Cheap!
# if you get
```
node_modules/electron/dist/electron: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
```in windows..
```
sudo apt-get install libgtk-3
```