Skip to content

mxvish/awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

awesome

Awesome projects

Contents

Internet

Multimedia

Utilities

Documents and texts

Others

References
Author

Internet

Web Browser

  • Brave - A privacy oriented web browser and fork of chromium browser

Chrome extensions

Web Scraping

  • curl - CLI tool to transfer data
  • html2text - HTML to text converter
  • Usage
    curl -s https://www.google.com | html2text

Multimedia

Audio Player

Utilities

File manager

  • CLI
    • ranger - A file manager with vim keybindings

Terminal emulator

Package Manager

  • macOS

File encoding checker

  • macOS, Linux, and BSD
    • file command
    • usage
      • macOS
        file -I foo.txt
      • Linux, BSD
        file -i foo.txt

Copy file contents to clipboard

  • macOS
    • pbcopy
    • Usage
      pbcopy < foo.txt
  • Linux
    • xclip - CLI tool for X11 clipboard
    • Usage
      xclip -sel c < foo.txt

Useful linux commands

  • 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

Documents and texts

Text Editor

  • Vim - Highly productive text editor

Japanese Input

  • For Windows and macOS
  • For GNOME(Ubuntu, Fedora)
    • ibus-mozc
  • For xfce, Raspberry Pi and i3(openSUSE and Arch)
    • fcitx-mozc

Others

Programming language

  • 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

Education

  • Free tutorial
  • Cheatsheets

Operating System

  • Arch Linux - A lightweight and extensible linux distro

Display Manager

  • Linux
    • xrandr - CLI tool for adjusting display brightness, location, rotation etc

Author