Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 748 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 748 Bytes

nionctl

An abbreviation of common linux command-line utilities into one ctl

Installation

Install nionctl with pip:

pip install nionctl

The PyPi page is availible here.

Current commands (WIP):

  • Basic WiFi controlling (uses nmcli)
  • Basic Bluetooth controlling (uses bluetoothctl)
  • git clone from url to default directory
  • Basic archiving utilities (supports .zip, .tar, .tar.gz, .tar.bz2)
  • Simple image editing (converting, rotating, resizing, negating etc)

Contributing

Any kinds of contributions are very welcome! Currently the main goals are to bring more utilities and make the ctl cross-platform. Any tests on other linux distros are also welcome!