https://github.com/bongochong/winscreenyreborn
An Improved Bug-Fix version of BitsByWill's version of nijikokun's WinScreeny / WinScreenFetch. Now everything works, and works better. New features have been added as well.
https://github.com/bongochong/winscreenyreborn
bash bug-fix cygwin foss gnu linux neofetch screenfetch shell-scripting windows winscreeny
Last synced: 10 months ago
JSON representation
An Improved Bug-Fix version of BitsByWill's version of nijikokun's WinScreeny / WinScreenFetch. Now everything works, and works better. New features have been added as well.
- Host: GitHub
- URL: https://github.com/bongochong/winscreenyreborn
- Owner: bongochong
- License: gpl-3.0
- Created: 2019-05-12T12:12:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T23:23:23.000Z (over 4 years ago)
- Last Synced: 2025-04-08T05:33:43.375Z (about 1 year ago)
- Topics: bash, bug-fix, cygwin, foss, gnu, linux, neofetch, screenfetch, shell-scripting, windows, winscreeny
- Language: Shell
- Homepage:
- Size: 563 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# WinScreenyReborn
WinScreenyReborn is an improved and modified bug-fix version of BitsByWill's revamped version of nijikokun's WinScreeny. It all works now, it has more features, and it supports Windows 7, 8.1, 10 and 11 (potentially XP and Vista as well).

## Getting Started
This program only works on Windows with Cygwin installed. You can run it in Cygwin's terminal with `./screeny.sh`, add an alias to it in your bash profile / .bashrc, or use the install script to have it placed in your `/bin` directory (in which case you'd simply run it as `screeny`).
[The install script](https://raw.githubusercontent.com/bongochong/WinScreenyReborn/master/install.sh) can be run in your Cygwin terminal as follows: `lynx -source "https://raw.githubusercontent.com/bongochong/WinScreenyReborn/master/install.sh" > ~/install.sh && chmod +x ~/install.sh && ~/install.sh && rm ~/install.sh` It will always install the latest version.
Alternatively, you can always run the latest version of WinScreenyReborn by aliasing the following command in your bash profile / bashrc: `curl -sq https://raw.githubusercontent.com/bongochong/WinScreenyReborn/master/screeny.sh | bash`
You may need to increase the size of your terminal depending on your font-size and such when using this script (you will know if you do).
## Additional Options
-v Display script version
-h Display this file
## Authors
* **Chongo Bong** - [bongochong](https://github.com/bongochong) - Forked WinScreeny when it became abandoned once again. It was in a sorry state. Fixed all the bugs he could find, made the things work again, added a few new features, removed some garbage, and will actually keep WinScreeny updated.
* **Will Liu** - [BitsByWill](https://github.com/BitsByWill) - Forked WinScreeny when it became abandoned. Made some things nicer, and made some things work again. Also made some things not work (or they just broke over time and he didn't notice - I can't tell, and I don't want to be unncessarily harsh here).
* **Nijiko Yonskai** - [nijikokun](https://github.com/nijikokun) - Original creator of WinScreeny. A great man.
---
## What's Next?
Making sure that this neat little script stays bug-free and up-to-date.
## License
This project is licensed under GNU GPLv3 - see the [LICENSE](LICENSE) file for details