{"id":16586158,"url":"https://github.com/conni2461/st","last_synced_at":"2026-04-22T09:31:30.045Z","repository":{"id":104985566,"uuid":"191244204","full_name":"Conni2461/st","owner":"Conni2461","description":"st fork","archived":false,"fork":false,"pushed_at":"2025-11-24T06:56:32.000Z","size":1895,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-28T00:45:28.955Z","etag":null,"topics":["st","terminal-emulator"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Conni2461.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-10T20:54:16.000Z","updated_at":"2025-11-24T06:56:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ee51d2b-757b-41cb-a32b-ad55a1f0d6b4","html_url":"https://github.com/Conni2461/st","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Conni2461/st","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conni2461%2Fst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conni2461%2Fst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conni2461%2Fst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conni2461%2Fst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Conni2461","download_url":"https://codeload.github.com/Conni2461/st/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Conni2461%2Fst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32129592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["st","terminal-emulator"],"created_at":"2024-10-11T22:50:44.564Z","updated_at":"2026-04-22T09:31:30.038Z","avatar_url":"https://github.com/Conni2461.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# st fork - simple terminal\n\n[st](st.suckless.org) is a simple terminal emulator for X which sucks less.\n\n## Requirements\n\nIn order to build st you need the Xlib header files.\n\nOptional (For [shortcuts](#Shortcuts)):\n- dmenu\n- xdg-open\n- xclip\n\n\n## Installation\n\nEdit config.mk to match your local setup (st is installed into\nthe /usr/local namespace by default).\n\nAfterwards enter the following command to build and install st (if\nnecessary as root):\n\n\tmake clean install\n\n\n## Running st\n\nIf you did not install st with make clean install, you must compile\nthe st terminfo entry with the following command:\n\n\ttic -sx st.info\n\nSee the man page for additional details.\n\n\n## Shortcuts\n\nAll shortcuts can be found in the manpage.\n\n| Key                 | Function                                                      |\n| ------------------- | ------------------------------------------------------------- |\n| Alt + PgUp          | Scroll up 1 page                                              |\n| Alt + PgDown        | Scroll down 1 page                                            |\n| Alt + u             | Scroll up 1 page                                              |\n| Alt + d             | Scroll down 1 page                                            |\n| Alt + k             | Scroll up 1 line                                              |\n| Alt + j             | Scroll down 1 line                                            |\n| Alt + Up            | Scroll up 1 line                                              |\n| Alt + Down          | Scroll down 1 line                                            |\n| Alt + Shift + H     | Reset zoom                                                    |\n| Alt + Shift + Up    | Zoom in - small steps                                         |\n| Alt + Shift + Down  | Zoom out - small steps                                        |\n| Alt + Shift + K     | Zoom in - small steps                                         |\n| Alt + Shift + J     | Zoom out - small steps                                        |\n| Alt + plus          | Zoom in - small steps                                         |\n| Alt + minus         | Zoom out - small steps                                        |\n| Alt + Shift + D     | Zoom in - big steps                                           |\n| Alt + Shift + U     | Zoom out - big steps                                          |\n| Alt + l             | Show all links in dmenu and open selected one with xdg-open   |\n| Alt + y             | Show all links in dmenu und copy selected one with xclip      |\n\n\n## Applied Patches\n\n- [hidecursor](https://st.suckless.org/patches/hidecursor/st-hidecursor-0.8.3.diff): Hides the mousecursor as soon as you start typing.\n- [spoiler](https://st.suckless.org/patches/spoiler/st-spoiler-20180309-c5ba9c0.diff): Use inverted defaultbg/fg for selection when bg/fg are the same.\n- [scrollback](https://st.suckless.org/patches/scrollback/st-scrollback-ringbuffer-0.9.2.diff): Allows you to scrollback in history. No mouse support.\n- [externalpipe](https://st.suckless.org/patches/externalpipe/st-externalpipe-0.8.5.diff): Allows you to pipe the terminalscreen to an external command.\n- [anysize](https://st.suckless.org/patches/anysize/st-anysize-20220718-baa9357.diff): Patch, will remove unsightly gaps between windows\n- [font2](https://st.suckless.org/patches/font2/st-font2-0.8.5.diff): Adds field for spare fonts\n- [ligatures](https://st.suckless.org/patches/ligatures/0.9.2/st-ligatures-scrollback-ringbuffer-20240427-0.9.2.diff): This patch adds proper drawing of ligatures.\n- [colorscheme](https://st.suckless.org/patches/colorschemes/st-colorschemes-0.8.5.diff): This patch adds multiple color schemes and lets you change them without having to restart st.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconni2461%2Fst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconni2461%2Fst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconni2461%2Fst/lists"}