Skip to content

Releases: Coolstormaction/unix-commands-clone

Termify

12 Aug 04:47
Compare
Choose a tag to compare
Termify Pre-release
Pre-release

I'm finally releasing a new release of this project after a year. This time, it will be a new version, I may or may not release this as an update to this repository, but I will surely create a new repository.

As you can guess by the title, the name is to be changed to "Termify"
I plan to add an icon in the future.

This is to come out in some weeks.

Changes that are to be made:

  1. Code cleanliness
  2. More commands
  3. Major bugs fixing in the GUI
  4. Compatibility with any system types.

v0.0.2

20 Oct 09:58
5bd411e
Compare
Choose a tag to compare

Made the program cross platform.

os.getlogin() doesn't work on UNIX based devices or WSL, so I have switched to the getpass module
cls doesn't clear the screen on UNIX based devices either, I have formatted the code to use clear if the OS is not Windows based.

v0.0.1

05 Oct 15:19
5bd411e
Compare
Choose a tag to compare

Fixed the table issue. Only one table was being used for the commands requiring tables. Made is so it makes different tables for each command requiring a table.