{"id":13441248,"url":"https://github.com/KittyKatt/screenFetch","last_synced_at":"2025-03-20T11:37:49.265Z","repository":{"id":39737889,"uuid":"574152","full_name":"KittyKatt/screenFetch","owner":"KittyKatt","description":"Fetches system/theme information in terminal for Linux desktop screenshots.","archived":false,"fork":false,"pushed_at":"2024-07-21T09:59:22.000Z","size":4583,"stargazers_count":3864,"open_issues_count":162,"forks_count":456,"subscribers_count":94,"default_branch":"master","last_synced_at":"2024-10-15T01:41:06.095Z","etag":null,"topics":["bash","desktop","information-retrieval","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KittyKatt.png","metadata":{"files":{"readme":"README.mkdn","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-03-22T15:26:03.000Z","updated_at":"2024-10-14T06:51:03.000Z","dependencies_parsed_at":"2023-02-12T15:17:00.868Z","dependency_job_id":"b6e4fa48-fe9c-4976-8d1f-b92c98d52136","html_url":"https://github.com/KittyKatt/screenFetch","commit_stats":{"total_commits":1172,"total_committers":198,"mean_commits":5.91919191919192,"dds":0.7781569965870307,"last_synced_commit":"f497b8f44de439d1206f04bad18ebdfd8783cd5b"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyKatt%2FscreenFetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyKatt%2FscreenFetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyKatt%2FscreenFetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittyKatt%2FscreenFetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KittyKatt","download_url":"https://codeload.github.com/KittyKatt/screenFetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221759944,"owners_count":16876323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","desktop","information-retrieval","shell"],"created_at":"2024-07-31T03:01:31.601Z","updated_at":"2025-03-20T11:37:49.255Z","avatar_url":"https://github.com/KittyKatt.png","language":"Shell","readme":"\n# screenFetch - The Bash Screenshot Information Tool\n\n## Important!\n\nPlease see [this discussion](https://github.com/KittyKatt/screenFetch/discussions/805) on the current state of screenFetch.\n\n## What is screenFetch?\n\nscreenFetch is a \"Bash Screenshot Information Tool\". This handy Bash\nscript can be used to generate one of those nifty terminal theme\ninformation + ASCII distribution logos you see in everyone's screenshots\nnowadays. It will auto-detect your distribution and display an ASCII\nversion of that distribution's logo and some valuable information to the\nright. There are options to specify no ASCII art, colors, taking a\nscreenshot upon displaying info, and even customizing the screenshot\ncommand! This script is very easy to add to and can easily be extended.\n\n## How do I get screenFetch?\n\nPlease see [Installation](https://github.com/KittyKatt/screenFetch/wiki/Installation).\n\n## Running screenfetch\n\nTo run screenFetch, open a terminal of some sort and type in the command `screenfetch`\nor wherever you saved the script to. This will generate an ASCII logo with the\ninformation printed to the side of the logo. There are some options that may be\nspecified on the command line, and those are shown below or by executing `screenfetch -h`:\n\n      -v                 Verbose output.\n      -o 'OPTIONS'       Allows for setting script variables on the\n                         command line. Must be in the following format...\n                         'OPTION1=\"OPTIONARG1\";OPTION2=\"OPTIONARG2\"'\n      -d '+var;-var;var' Allows for setting what information is displayed\n                         on the command line. You can add displays with +var,var. You\n                         can delete displays with -var,var. Setting without + or - will\n                         set display to that explicit combination. Add and delete statements\n                         may be used in conjunction by placing a ; between them as so:\n                         +var,var,var;-var,var.\n      -n                 Do not display ASCII distribution logo.\n      -N                 Strip all color from output.\n      -w                 Wrap long lines.\n      -t                 Truncate output based on terminal width (Experimental!).\n      -p                 Output in portrait mode, with logo above info.\n      -s [-u IMGHOST]    Using this flag tells the script that you want it\n                         to take a screenshot. Use the -m flag if you would like\n                         to move it to a new location afterwards.\n      -c string          You may change the outputted colors with -c. The format is\n                         as follows: [0-9][0-9],[0-9][0-9]. The first argument controls the\n                         ASCII logo colors and the label colors. The second argument\n                         controls the colors of the information found. One argument may be\n                         used without the other.\n      -a 'PATH'          You can specify a custom ASCII art by passing the path\n                         to a Bash script, defining `startline` and `fulloutput`\n                         variables, and optionally `labelcolor` and `textcolor`.\n                         See the `asciiText` function in the source code for more\n                         information on the variables format.\n      -S 'COMMAND'       Here you can specify a custom screenshot command for\n                         the script to execute. Surrounding quotes are required.\n      -D 'DISTRO'        Here you can specify your distribution for the script\n                         to use. Surrounding quotes are required.\n      -A 'DISTRO'        Here you can specify the distribution art that you want\n                         displayed. This is for when you want your distro\n                         detected but want to display a different logo.\n      -E                 Suppress output of errors.\n      -C                 Add custom (extra) lines.\n                         For example:\n                               screenfetch -C 'IP WAN=192.168.0.12,IP BRIDGED=10.1.1.10'\n                         ... will add two extra lines:\n                               IP WAN: 192.168.0.12\n                               IP BRIDGED: 10.1.1.10\n      -V, --version      Display current script version.\n      -h, --help         Display this help.\n\n## Contact Me\n\nIf you would like to suggest something new, inform me of an issue in the\nscript, become part of the project, or talk to me about anything else,\nyou can either email me at `screenfetch@kittykatt.co` or you can connect\nto Rizon and reach me at `irc://irc.rizon.net/screenFetch`\n","funding_links":[],"categories":["Shell","HarmonyOS","Uncategorized","Command Line Utilities","bash","Operation System","System Info","uname","Tools","Tools and Plugins","Packages","shell","\\*nix/\\*nux","Applications","\u003ca name=\"monitor\"\u003e\u003c/a\u003eSystem monitoring","my-ubuntu"],"sub_categories":["Windows Manager","Uncategorized","System Info / Monitoring","Cross Platform","Bash","Windows","CLI Tools","System","Console-based Applications and Tools","Console-based Applications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKittyKatt%2FscreenFetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKittyKatt%2FscreenFetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKittyKatt%2FscreenFetch/lists"}