Skip to content

Releases: thinkroot99/ifetch

1.2

08 May 11:27
Compare
Choose a tag to compare

Version 1.2 (2024-05-08)

Changes

  • I added checks for the existence of the commands used in the print_system_info function using the command -v command_name &>/dev/null command. This prevents errors that may occur if a command is not available in the system.
  • I introduced explanatory comments to facilitate understanding for other programmers or users.
  • I optimized the package_count function to avoid unnecessary command executions and removed some redundancies in terms of testing the existence of commands.
  • I emphasized uniform styling of the code, such as indentation and the use of spaces, for easier readability.

1.1

08 May 11:02
Compare
Choose a tag to compare
1.1

Version 1.1 (2024-05-08)

Changes

  • General improvements and bug fixes.

Contents

  • ifetch.sh: The main ifetch script for displaying system information.
  • install.sh: The installation script for ifetch, which downloads and configures ifetch for use on your system.

1.0

08 May 10:50
Compare
Choose a tag to compare
1.0

Version 1.0 (2024-05-08)

Changes

  • General improvements and bug fixes.

Contents

  • ifetch.sh: The main ifetch script for displaying system information.
  • install.sh: The installation script for ifetch, which downloads and configures ifetch for use on your system.