• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Betty the terminal Assistant

Joined
Jan 28, 2007
Messages
186 (0.03/day)
System Name Gaming PC from bestby
Processor I7
Motherboard Ibuypower
Cooling Stock
Video Card(s) Nvidia 3080
Storage 1TB shared with windows 11 and FerenOS
Display(s) MPG ARTYMIS 323CQR
Case nice big case with rainbow fans allover it
Audio Device(s) realtech
Software OS is Windows 7 home premium, sometimes I use linux mint mate or sabayon both live
Benchmark Scores CL-RCD-RP-RAS Write Speed 2x DDR3-1333 SDRAM 9-9-9-23 CR1 10484 MB/s
sudo apt-get install ruby curl
sudo apt-get install git
cd ~ && git clone https://github.com/pickhardt/betty
echo "alias betty=\"~/betty/main.rb\"" >> ~/.bashrc
source ~/.bashrc

betty whats my kernel version
Betty: Running uname -a
Linux **
betty show me a map of california
Betty: Running xdg-open https://www.google.com/maps/search/california
betty who else is logged in
Betty: Running who | cut -f 1 -d ' ' | uniq
**
betty show me all processes by root containing grep
Betty: Running ps -afx
PID TTY STAT TIME
betty compress /path/to/dir
betty download http://www.mysite.com/something.tar.gz to something.tar.gz
betty show size for myfile.txt
betty how many words are in this directory
betty how many characters are in myfile.py
betty count lines in this folder
https://github.com/pickhardt/betty
betty.png
 
Back
Top