Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mxvish/awesome

😎Awesome projects
https://github.com/mxvish/awesome

List: awesome

awesome chrome-extension css education free git github java linux list macos markdown open-source python vim windows

Last synced: about 1 month ago
JSON representation

😎Awesome projects

Awesome Lists containing this project

README

        

# awesome
Awesome projects

# Contents
Internet

- Web Browser

- Chrome extensions

- Web Scraping

Multimedia

- Audio Player

Utilities

- File manager

- Terminal emulator

- Package Manager

- File encoding checker

- Copy file contents to clipboard

- Useful linux commands

Documents and texts

- Text Editor

- Japanese Input

Others

- Programming language

- Education

- Operating System

- Display Manager

References

Author

## Internet
### Web Browser
- [Brave](https://brave.com/) - A privacy oriented web browser and fork of chromium browser
### Chrome extensions
- [AHA Music](https://chrome.google.com/webstore/detail/aha-music-song-finder-for/dpacanjfikmhoddligfbehkpomnbgblf) - Song finder for audio playing in the current website(tab)
- [Always Show Slack Workspace Switcher Sidebar](https://chrome.google.com/webstore/detail/always-show-slack-workspa/diebigeemhcipelnipggjihcmgjlacge) - Use slack on web browser like desktop app
- [Audio Only Youtube](https://chrome.google.com/webstore/detail/audio-only-youtube/pkocpiliahoaohbolmkelakpiphnllog) - Hide video on YouTube
- [Auto History Wipe](https://chromewebstore.google.com/detail/auto-history-wipe/jmbmmokoibgcdhnpopjlkdaeoppffpno?pli=1) - Delete history on exit
- [Classic Cache Killer](https://chrome.google.com/webstore/detail/classic-cache-killer/kkmknnnjliniefekpicbaaobdnjjikfp) - Clean cache to speed up web browser
- [Grayscale the Web - Save Sites](https://chrome.google.com/webstore/detail/grayscale-the-web-save-si/mblmpdpfppogibmoobibfannckeeleag) - Browse website in monochrome to make the most of volition
- [Hide YouTube Thumbnails](https://chrome.google.com/webstore/detail/hide-youtube-thumbnails/phmcfcbljjdlomoipaffekhgfnpndbef?hl=en) - You do not need to see fancy thumbnails to watch youtube videos
- [Lunar Reader](https://chrome.google.com/webstore/detail/lunar-reader-dark-theme-n/pifalnbglchfojkfmechjalgbjoodlpg) - Dark theme for every website
- [Read Aloud](https://chrome.google.com/webstore/detail/read-aloud-a-text-to-spee/hdhinadidafjejdhmfkjgnolgimiaplp) - Learn language for free!
- [Screen Shader | Smart Screen Tinting](https://chrome.google.com/webstore/detail/screen-shader-smart-scree/fmlboobidmkelggdainpknloccojpppi) - Reduce [high-energy visible light](https://en.wikipedia.org/wiki/Biological_effects_of_high-energy_visible_light) for better sleep
- [uBlock Origin](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm) - Best content blocker
- [Unhook - Remove YouTube Recommended Videos](https://chrome.google.com/webstore/detail/unhook-remove-youtube-rec/khncfooichmfjbepaaaebmommgaepoid) - Choose which section we see on youtube
- [Vimium](https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb) - Vim keybinding shortcuts for efficient browsing
- [Wizmage Image Hider](https://chrome.google.com/webstore/detail/wizmage-image-hider/ifoggbfaoakkojipahnplnbfnhhhnmlp) - Show less contents to focus on what it matters

### Web Scraping
- [curl](https://curl.se/) - CLI tool to transfer data
- [html2text](https://github.com/grobian/html2text) - HTML to text converter
- Usage
```sh
curl -s https://www.google.com | html2text
```

## Multimedia
### Audio Player
- CLI
- [mpg123](https://mpg123.de/)

## Utilities
### File manager
- CLI
- [ranger](https://github.com/ranger/ranger) - A file manager with vim keybindings

### Terminal emulator
- [xfce4-terminal](https://docs.xfce.org/apps/xfce4-terminal/start) - A lightweight and premade terminal

### Package Manager
- macOS
- [Homebrew](https://brew.sh/) - A fast package manager

### File encoding checker
- macOS, Linux, and BSD
- file command
- usage
- macOS
```sh
file -I foo.txt
```
- [Linux, BSD](https://www.freebsd.org/cgi/man.cgi?query=file&manpath=FreeBSD+13.1-RELEASE+and+Ports)
```sh
file -i foo.txt
```

### Copy file contents to clipboard
- macOS
- pbcopy
- Usage
```sh
pbcopy < foo.txt
```
- Linux
- [xclip](https://github.com/astrand/xclip) - CLI tool for X11 clipboard
- Usage
```sh
xclip -sel c < foo.txt
```

### Useful linux commands
- Check battery percentage
```sh
cat /sys/class/power_supply/BAT1/capacity
```
- For Ubuntu, Fedora, openSUSE, and Arch
- (These commands will not work on xfce)
- Reboot linux without superuser permission
```sh
systemctl reboot -i
```
- Suspend linux without superuser permission
```sh
systemctl suspend -i
```

## Documents and texts
### Text Editor
- [Vim](https://www.vim.org/) - Highly productive text editor

### Japanese Input
- For Windows and macOS
- [Google Japanese Input](https://www.google.co.jp/ime/)
- For GNOME(Ubuntu, Fedora)
- `ibus-mozc`
- For xfce, Raspberry Pi and i3(openSUSE and Arch)
- `fcitx-mozc`

## Others
### Programming language
- [Python](https://www.python.org/) - Good readability
- [Java](https://www.java.com/en/) - Its WORA(Write Once Run Anywhere) feature is pretty good
- [Shell Script](https://www.gnu.org/software/bash/) - Widen ability of your programming skills and increase productivity

### Education
- Free tutorial
- [w3schools](https://www.w3schools.com/) - Beginner friendly
- [javatpoint](https://www.javatpoint.com/) - Ready-to-use code examples. Intermediate
- Cheatsheets
- [OverAPI.com](https://overapi.com/) - Free cheatsheets collection

### Operating System
- [Arch Linux](https://archlinux.org/) - A lightweight and extensible linux distro

### Display Manager
- Linux
- [xrandr](https://github.com/freedesktop/xorg-xrandr) - CLI tool for adjusting display brightness, location, rotation etc

# Author
- [Kenta Oshima](https://github.com/mxvish) - [Issues](https://github.com/mxvish/awesome/issues) and [PRs](https://github.com/mxvish/awesome/issues) are welcome!