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

https://github.com/paradite/tools


https://github.com/paradite/tools

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tools I Use

## Terminal Emulator

[iTerm2](https://iterm2.com/): iTerm2 is a replacement for Terminal and the successor to iTerm

## macOS Utilities

[Spectacle](https://github.com/eczarny/spectacle): Windows management and resizing
- Archived in 2023, [Rectangle](https://github.com/rxhanson/Rectangle) has been recommended as an alternative

Screenshot

[MenuMeters](https://github.com/yujitach/MenuMeters): Display Stats on Menu Bar
- No longer working in 2024, use [Stats](https://github.com/exelban/stats)

Screenshot

[noTunes](https://github.com/tombonez/noTunes)
- A simple macOS application that will prevent iTunes or Apple Music from launching.

## Note & TODO

[Joplin](https://joplinapp.org/): Note and TODO Management

Screenshot

## Cloud Service Providers

[DigitalOcean](https://m.do.co/c/e2c39afc5bf9): Simple and easy-to-use VPS

## Cloud Tools

[Nextcloud](https://nextcloud.com/) (self-hosted): WebDAV For Joplin notes storage and sync across different devices

## Database Administration

[MySQLWorkbench](https://www.mysql.com/products/workbench/): MySQL Database Administration

Bug
Encoding error can be resolved by opening up the app via command line, instead of macOS GUI.

## FTP/SFTP Client

[Cyberduck](https://cyberduck.io/): Cyberduck is a libre server and cloud storage browser.

## Visual Studio Code Extensions

Must haves:

[Turbo Console Log](https://marketplace.visualstudio.com/items?itemName=ChakrounAnas.turbo-console-log): Console log anything in less than 1 second.

[Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode): Auto code formatting for all things frontend.

[Window Colors](https://marketplace.visualstudio.com/items?itemName=stuart.unique-window-colors): Make the windows for different projects have different colors, easier for context switching.

[Git Blame](https://marketplace.visualstudio.com/items?itemName=waderyan.gitblame): Immediate Git Blame in bottom status bar.

[colorize](https://marketplace.visualstudio.com/items?itemName=kamikillerto.vscode-colorize): View colors visually in css, less, sass, etc.

[GitLens](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens): A bunch of git related tools, I use the toggle Git Blame feature the most.

Situationally useful:

[Excel Viewer](https://marketplace.visualstudio.com/items?itemName=GrapeCity.gc-excelviewer): View Excels and csv files in a grid.

[Markdown Preview Mermaid Support](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid): Add Mermaid diagram and flowchart support to markdown previews.

[PlantUML](https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml): Add PlantUML file preview support.