Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```