https://github.com/jantari/powerfetch
PowerShell-based cross-platform 'screenfetch'-like tool
https://github.com/jantari/powerfetch
Last synced: 10 days ago
JSON representation
PowerShell-based cross-platform 'screenfetch'-like tool
- Host: GitHub
- URL: https://github.com/jantari/powerfetch
- Owner: jantari
- Created: 2017-09-09T23:08:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T05:04:53.000Z (over 3 years ago)
- Last Synced: 2024-11-07T00:42:06.410Z (5 months ago)
- Language: PowerShell
- Size: 217 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fetch - powerfetch - PowerShell-based cross-platform 'screenfetch'-like tool. `PowerShell` (Operation System / Windows Only)
README
# powerfetch
PowerShell-based cross-platform 'screenfetch'-like tool
### Try it out!
To try `powerfetch` anywhere and without downloading, you can run:
```powershell
iex (new-object net.webclient).DownloadString('https://raw.githubusercontent.com/jantari/powerfetch/master/powerfetch.ps1')
```This will run the script directly from this GitHub.
### About
1. This script requires at least Windows 10 v1703 to display correctly
2. The macOS and Linux compatibility is definitely very much still work in progress
3. Requires [PowerShell](https://github.com/PowerShell/PowerShell "PowerShell GitHub page")
4. The windows-flag ASCII artwork used in this script is based on nijikokun's in [WinScreeny](https://github.com/nijikokun/WinScreeny "WinScreeny GitHub page") that I used with explicit permission