292 Commits
Author SHA1 Message Date
Rashil GandhiandGitHub a3588713d2 Release 2.3.0 v2.3.0 2021-11-06 11:11:24 +05:30
Rashil GandhiandGitHub f3cb9e2153 Optimize battery reporting (#111) 2021-11-06 10:12:36 +05:30
Rashil Gandhi 15ec7b388a Add more shell exceptions 2021-10-19 12:57:53 +05:30
Kiëd LlaentennandGitHub a2be7f4332 Merge pull request #107 from kiedtl/kiedtl-patch-1
Add `made with: wordpad` badge to README
2021-09-08 11:01:54 -04:00
Kiëd LlaentennandGitHub b59307e47d Add made with: wordpad badge to README 2021-09-07 08:12:12 -04:00
0b5c91fc7a Change user, host, and rowname colors to yellow for better visibility (#97)
* Change user, host, and rowname colors to yellow for better visibility

* User@Host color actually changed now

Co-authored-by: bilditup1 <bilditup1@users.noreply.github.com>
2021-08-29 00:37:33 +10:00
Lukáš KrejčíandGitHub f1e816fb60 Show "system" identifier for winget package count (#104)
* Show missing "winget" identifier.

The choco and scoop packages count both have the package manager identifier written next to it, but winget is missing it. This adds the identifier to keep the output consistent, if users explicitly enable winget in settings.

* "winget" changed to "system"

As the reported number does not correspond to the number of apps installed through winget (but to the number of all installed apps in the system), using "system" seems more appropriate.
2021-08-27 14:03:24 +10:00
Josh WilloxandGitHub 8eb61b1fbe Release 2.2.0 v2.2.0 2021-07-21 12:08:54 +10:00
AwesomeCronkandGitHub 1d2977ac96 Rewrote disk info to use Windows API calls instead of WMIC (#94)
* Rewrote disk_info to use Windows API calls instead of WMIC. Renamed old disk_info to disk_info_CIM.

* Moved the C# definition for disk_info to the VARIABLES section.

* Refactored the disk letter comparison section, appears to still not be working entirely.

* Fixed wrong array type for $allDiskLetters.

* Cleaned up the old disk_usage.

* Fixed a missing newline.
2021-07-19 12:51:35 +10:00
Rashil Gandhi 670463f3ac Workaround locale issue in PS 7.1+ 2021-07-14 02:03:20 +05:30
Rashil GandhiandGitHub 229480f407 Add PS packages information (#90) 2021-07-05 09:08:14 +05:30
Diab NeiroukhandGitHub 8f41cf6248 Improve Windows Logo Detection (#88)
* Improve Windows Logo Detection

This also adds support for (the upcoming) Windows 11.

* Remove the "switchlogo" Parameter

This has become useless after our changes to the logo detection logic.

* Add a "logo" Parameter to Set a Specific Version Logo
2021-07-02 11:15:48 +05:30
Rashil GandhiandGitHub e27de45d4d Add ability to specify custom package managers (#91)
* Add ability to specify custom package managers

* Remove pacman example
2021-07-01 09:48:47 +05:30
Rashil Gandhi ae576e07d5 Handle terminal detection error 2021-06-29 13:27:45 +05:30
Rashil GandhiandGitHub f4d0eb939e Show packages through winget (#85)
* Show packages through winget

* Disable winget by default
v2.1.0
2021-06-12 14:12:25 +10:00
Kiëd LlaentennandGitHub 85f94606c3 winfetch.ps1: Change lptstr => kiedtl 2021-06-10 07:57:43 -04:00
Kiëd LlaentennandGitHub 3a7fd6dce8 README.md: Change lptstr => kiedtl 2021-06-10 07:56:27 -04:00
Rashil Gandhi 6f9ec22c20 Update link 2021-06-10 16:10:11 +05:30
Kiëd LlaentennandGitHub 83812f21a1 Merge pull request #84 from lptstr/remove-contributing-document
Delete CONTRIBUTING.md
2021-05-31 08:31:33 -04:00
Kiëd LlaentennandGitHub 1cc7753ba9 Delete CONTRIBUTING.md
This document was created in the early days of Winfetch when I didn't understand that one should simply use the recommended coding styles for the language, instead of trying to bring over one's preferred coding style. In any case, it has been obsolete for a while.
2021-05-31 08:31:18 -04:00
Josh Willox 4b7453b77a Fix issues and regression of local_ip info 2021-05-31 17:40:41 +10:00
flyxyz123andGitHub 8979bfabb1 Fix compatibility with scoop-search (#79) 2021-04-23 18:42:39 +10:00
Rashil GandhiandGitHub 9050d9fd46 Update wiki links 2021-04-18 12:31:54 +05:30
Rashil GandhiandGitHub 2d9306582d Remove ImageMagick dependency (#75)
* Supercharge images!!!

* Minor fix
2021-04-18 10:28:58 +05:30
Rashil Gandhi cffe4ceb57 Merge branch 'master' of github.com:lptstr/winfetch 2021-04-18 02:46:05 +05:30
Rashil Gandhi 72c4e3f6fb Remove redundant check 2021-04-18 02:45:25 +05:30
meow6969andGitHub a603d4080b Fix error with disk info when a CD drive is installed (#74) 2021-04-09 17:02:28 +10:00
Rashil Gandhi 2c9590df09 Remove reference to XDG_CONFIG_HOME
Windows does not follow the XDG Base Directory Standard, so this
variable will never be defined.
2021-04-02 19:38:40 +05:30
Rashil GandhiandGitHub 03367b5f33 Add current weather info (#71)
* Add current weather info

* Simplify command

* Use custom format
2021-03-18 00:50:33 +05:30
Rashil Gandhi 8974ec2f74 Fixes 2021-03-18 00:34:25 +05:30
Rashil Gandhi 03f8c2c861 Improve error reporting 2021-03-15 00:23:08 +05:30
Rashil Gandhi 3edb4c0297 Simplify/quicken IP address information 2021-03-14 23:03:19 +05:30
Rashil Gandhi 3b94b33dea Replace hard-coded widths 2021-03-12 00:13:20 +05:30
Kiëd LlaentennandGitHub 168ed4fc69 Update LICENSE 2021-03-11 07:32:08 -05:00
Rashil GandhiandGitHub 0ec5e863fe Merge pull request #66 from lptstr/sane-logo
Make sane defaults for logo
v2.0.0
2021-03-03 19:06:27 +05:30
Rashil Gandhi f94b96fc42 Simplify statement 2021-03-03 19:05:22 +05:30
Rashil Gandhi b3d29242f2 Fix blink parameter 2021-03-02 23:07:17 +05:30
Rashil Gandhi 887088d842 Correct statement location 2021-03-02 23:01:08 +05:30
Rashil Gandhi e168b3323e Update config comment 2021-03-02 22:53:43 +05:30
Rashil Gandhi 2bb7fd9c97 Make sane defaults for logo 2021-03-02 22:37:43 +05:30
Josh Willox af0c38682c Simplify and comma-separate resolution info 2021-03-02 21:58:41 +11:00
Josh Willox 86040e65a5 Refactoring 2021-03-02 21:54:55 +11:00
Josh Willox 66a066a38b Add alternate default style to get_level_info 2021-03-02 21:46:44 +11:00
Rashil Gandhi fc517793ef Remove duplicate description line 2021-03-02 15:38:51 +05:30
Josh WilloxandGitHub f6adec786f Truncate long lines (#65) 2021-03-02 20:01:23 +11:00
Rashil Gandhi c0a33a3a4d Add License and Icon links 2021-03-01 18:14:07 +05:30
Rashil Gandhi 3615607088 Move changelog to Wiki 2021-02-28 18:52:04 +05:30
Rashil GandhiandGitHub 70920836b9 Merge pull request #55 from lptstr/graph-output
Add cool bar style percentage view
2021-02-28 18:30:26 +05:30
Rashil Gandhi 5fc9415ff4 Update screenshots 2021-02-28 15:39:10 +05:30
Rashil Gandhi 0b787a381b Change order of default text 2021-02-27 23:29:31 +05:30