Skip to content

jmswycode/thispy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThisPy: Run Python Scripts with a TUI

Preview 1

ThisPy is a simple bash tool to select and run Python files from the current directory using a TUI (Text User Interface) within the Terminal. There’s no need to type or copy-paste long python filenames, keeping your clipboard free for other tasks. Files are automatically sorted by last modified time, making it easy to access priority scripts.


Quick Installation For All Linux Distros (Debian, Ubuntu, Arch, Fedora, etc.)

Follow these steps to run the installation on Terminal.

sudo curl -o /usr/local/bin/thispy https://raw.githubusercontent.com/jmswycode/thispy/main/thispy.sh && sudo chmod +x /usr/local/bin/thispy

Run it in the directory where the Python file is located:

thispy
📦 Make sure you have installed (Optional).

Debian/Ubuntu

sudo apt install curl dialog

Fedora/RHEL

sudo dnf install curl dialog

Arch Linux/Manjaro

sudo pacman -S curl dialog

OpenSUSE

sudo zypper install curl dialog

 

For Termux (Android)

Follow these steps to run the installation on Terminal.

pkg upgrade -y && pkg install curl dialog -y
curl -o $PREFIX/bin/thispy https://raw.githubusercontent.com/jmswycode/thispy/main/thispy.sh && chmod +x $PREFIX/bin/thispy

Run it in the directory where the Python file is located:

thispy

⚙️ Dependencies

  • bash
  • curl
  • dialog

Releases

No releases published

Packages

No packages published

Languages