Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T21:21:47.000Z (9 months ago)
- Last Synced: 2024-04-14T10:08:58.535Z (9 months ago)
- Topics: data-security, developer-tools, electron
- Language: TypeScript
- Homepage: https://usemiller.dev/local-dev-tools
- Size: 3.44 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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
```