Awesome projects
- File manager
- Terminal emulator
- Package Manager
- File encoding checker
- Copy file contents to clipboard
- Useful linux commands
- Brave - A privacy oriented web browser and fork of chromium browser
- AHA Music - Song finder for audio playing in the current website(tab)
- Always Show Slack Workspace Switcher Sidebar - Use slack on web browser like desktop app
- Audio Only Youtube - Hide video on YouTube
- Auto History Wipe - Delete history on exit
- Classic Cache Killer - Clean cache to speed up web browser
- GoFullPage - Save webpage as PDF or image
- Grayscale the Web - Save Sites - Browse website in monochrome to make the most of volition
- Hide YouTube Thumbnails - You do not need to see fancy thumbnails to watch youtube videos
- Lunar Reader - Dark theme for every website
- Read Aloud - Learn language for free!
- Screen Shader | Smart Screen Tinting - Reduce high-energy visible light for better sleep
- uBlock Origin - Best content blocker
- Unhook - Remove YouTube Recommended Videos - Choose which section we see on youtube
- Vimium - Vim keybinding shortcuts for efficient browsing
- Wizmage Image Hider - Show less contents to focus on what it matters
- Enhancer for YouTube - Customize appearance and features of youtube
- Hide Images (Opacity) - Show or hide images for each website
- Song Identifier - Check song name playing in the tab
- Vimium - Improve productivity using vim keybindings
- curl - CLI tool to transfer data
- html2text - HTML to text converter
- Usage
curl -s https://www.google.com | html2text
- CLI
- CLI
- ranger - A file manager with vim keybindings
- xfce4-terminal - A lightweight and premade terminal
- macOS
- Homebrew - A fast package manager
- macOS, Linux, and BSD
- file command
- usage
- macOS
file -I foo.txt
- Linux, BSD
file -i foo.txt
- macOS
- macOS
- pbcopy
- Usage
pbcopy < foo.txt
- Linux
- xclip - CLI tool for X11 clipboard
- Usage
xclip -sel c < foo.txt
- Check battery percentage
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
systemctl reboot -i
- Suspend linux without superuser permission
systemctl suspend -i
- Vim - Highly productive text editor
- For Windows and macOS
- For GNOME(Ubuntu, Fedora)
ibus-mozc
- For xfce, Raspberry Pi and i3(openSUSE and Arch)
fcitx-mozc
- Python - Good readability
- Java - Its WORA(Write Once Run Anywhere) feature is pretty good
- Shell Script - Widen ability of your programming skills and increase productivity
- Free tutorial
- w3schools - Beginner friendly
- javatpoint - Ready-to-use code examples. Intermediate
- Cheatsheets
- OverAPI.com - Free cheatsheets collection
- Arch Linux - A lightweight and extensible linux distro
- Linux
- xrandr - CLI tool for adjusting display brightness, location, rotation etc
- Kenta Oshima - Issues and PRs are welcome!