308 Commits
Author SHA1 Message Date
Rashil GandhiandGitHub c228cba02c Release 2.4.0 v2.4.0 2022-05-01 02:13:11 +05:30
f759d8b3e7 Show multiple GPUs on separate lines (#127)
* Multi-gpu on separate lines

* Change back the default showdisks settings

* Restore formatting

* Restore formatting2

* Revert back changes in main function, change `info_gpu` instead

* Revert more spaces

* Apply suggestions from code review

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2022-02-19 18:53:19 +05:30
Rashil Gandhi f19207d4f7 Simplify Scoop function 2022-02-16 23:51:34 +05:30
Rashil Gandhi 03ce4cec24 Refactoring and cleanup
No functional changes
2022-02-06 15:07:24 +05:30
Rashil Gandhi 938dde7f6e Allow passing remote URL for image path 2022-02-06 12:22:32 +05:30
Rashil Gandhi e64bcd7cfa Defer adding DiskMethods type to info_disk function 2022-02-05 23:47:21 +05:30
Rashil GandhiandGitHub 07cce61009 Fix check for empty config file
Closes #125
2022-01-31 11:29:47 +05:30
Rashil GandhiandGitHub 8f3d1ce21d Add flag to print image as ASCII text (#124)
* Add option to print image as ASCII text

* Update winfetch.ps1
2022-01-27 11:44:27 +05:30
Rashil Gandhi 86cce69259 Allow overriding image/logo width 2022-01-22 13:29:59 +05:30
Rashil GandhiandGitHub 8e86caf024 Add small logo variant (#122) 2022-01-22 16:27:30 +11:00
Rashil Gandhi c16fdc48d3 Add NoProfile flag to shebang 2022-01-22 00:39:36 +05:30
Rashil GandhiandGitHub 8fa2210b6d Specify image width for different logos 2022-01-22 00:07:09 +05:30
Rashil GandhiandGitHub cf8861e713 Remove hardcoded cursor shift 2022-01-21 23:57:54 +05:30
Rashil GandhiandGitHub c3c9105fd0 Resolve-Path while defining bitmap - Fixes #105 2022-01-21 23:50:49 +05:30
Rashil Gandhi d14361e3d2 Broaden condition check for Locale cmdlet
PowerShell/PowerShellModuleCoverage#18 - Still not fixed smh
2021-12-13 12:04:32 +05:30
KidandGitHub f55c29e3cd Link to Neofetch (#115)
* LInk to Neofetch

* Also remove some redundant words

Hyperfine is mentioned in the linked wiki page, there's no need to mention it here as most people probably don't really care
2021-11-27 21:02:19 +05:30
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