Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.74 KB

CLI-Tools.md

File metadata and controls

37 lines (23 loc) · 1.74 KB

CLI tools

  • asciiclip - CLI tool that applies an ASCII filter to video or image (Create ASCII Art from video/image) ⭐
  • greenclip - Clipboard manager intregated with rofi

Docker CLI Tools

  • InstaSub - Bot that allows you to subscribe to Instagram accounts in Telegram! And a lot of different tools for Instagram

    Termux can run this

Window

  • Nircmd - This command line tool allows us to modify Windows in ways that we normally aren’t able to. Launch the nircmd.exe file and it will ask to copy itself to the Windows directory.

    Example:

    Remove the taskbar: nircmd.exe win trans class Shell_TrayWnd 256

    Restore it with: nircmd.exe win trans class Shell_TrayWnd 255

CLI Intregations

  • askai - Command Line Interface for OpenAi ChatGPT

    No need API keys just session token from chat.openai.com cookies.

    They are using private api now, news from releases tag 1.0.15

Extension to CLI terminals

  • Oh My Posh - Customize your prompt theme for anyshell
  • Choco(Chocolatey) - The CLI Package Manager for Windows. Modern Software Automation

    eg. choco install nodejs

  • Scoop - A command-line installer for Windows. Scoop installs programs you know and love, from the command line with a minimal amount of friction
    • eg. scoop install nodejs or scoop bucket add nerd-fonts