Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jantari/powerfetch
PowerShell-based cross-platform 'screenfetch'-like tool
https://github.com/jantari/powerfetch
Last synced: 2 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T05:04:53.000Z (about 3 years ago)
- Last Synced: 2024-08-02T17:37:03.273Z (3 months ago)
- Language: PowerShell
- Size: 217 KB
- Stars: 21
- 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![Alt text](screenshot.png?raw=true "sample Windows screenshot")
### 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