{"id":17270215,"url":"https://github.com/fusion/sbase-for-android","last_synced_at":"2025-04-14T08:13:52.109Z","repository":{"id":30103038,"uuid":"33652809","full_name":"Fusion/sbase-for-android","owner":"Fusion","description":"Shell tools that suck less!","archived":false,"fork":false,"pushed_at":"2016-06-19T20:38:24.000Z","size":2461,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T08:13:41.216Z","etag":null,"topics":["android","linux","shell","tools"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fusion.png","metadata":{"files":{"readme":"README","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}},"created_at":"2015-04-09T06:38:20.000Z","updated_at":"2022-09-05T17:57:12.000Z","dependencies_parsed_at":"2022-07-13T16:44:49.804Z","dependency_job_id":null,"html_url":"https://github.com/Fusion/sbase-for-android","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fusion%2Fsbase-for-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fusion%2Fsbase-for-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fusion%2Fsbase-for-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fusion%2Fsbase-for-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fusion","download_url":"https://codeload.github.com/Fusion/sbase-for-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248843941,"owners_count":21170495,"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":["android","linux","shell","tools"],"created_at":"2024-10-15T08:19:01.590Z","updated_at":"2025-04-14T08:13:52.083Z","avatar_url":"https://github.com/Fusion.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"sbase - suckless unix tools\n===========================\n\nsbase  is a  collection of  unix  tools that  are inherently  portable\nacross UNIX and UNIX-like systems.\n\nThe following tools are implemented:\n\n'#'  -\u003e UTF-8 support, '=' -\u003e Implicit UTF-8 support, '*' -\u003e Finished,\n'|'  -\u003e Audited,       'o' -\u003e POSIX 2013 compliant,   'x' -\u003e Non-POSIX,\n'()' -\u003e Petty flag\n\n     UTILITY     MISSING FLAGS\n     -------     -------------\n=*|o basename    .\n=*|o cal         .\n=*|o cat         .\n=*|o chgrp       .\n=*|o chmod       .\n=*|o chown       .\n=*|x chroot      .\n=*|o cksum       .\n=*|o cmp         .\n#*|x cols        .\n#*|x col         .\n=*|o comm        .\n=*|o cp          (-i)\n=*|x cron        .\n#*|o cut         .\n=*|o date        .\n=*|o dirname     .\n=*|o du          .\n=*|o echo        .\n=*|o env         .\n#*|o expand      .\n#*|o expr        .\n=*|o false       .\n=    find        .\n#*|o fold        .\n=* o grep        .\n=*|o head        .\n=*|x hostname    .\n=*|o kill        .\n=*|o link        .\n=*|o ln          .\n=*|o logger      .\n=*|o logname     .\n#* o ls          (-C, -k, -m, -p, -s, -x)\n=*|x md5sum      .\n=*|o mkdir       .\n=*|o mkfifo      .\n=*|x mktemp      .\n=*|o mv          (-i)\n=*|o nice        .\n#*|o nl          .\n=*|o nohup       .\n#*|o paste       .\n=*|x printenv    .\n#*|o printf      .\n=*|o pwd         .\n=*|x readlink    .\n=*|o renice      .\n=*|o rm          (-i)\n=*|o rmdir       .\n#    sed         .\n=*|x seq         .\n=*|x setsid      .\n=*|x sha1sum     .\n=*|x sha256sum   .\n=*|x sha512sum   .\n=*|o sleep       .\n     sort        -d, -f, -i\n=*|o split       .\n=*|x sponge      .\n#*|o strings     .\n=*|x sync        .\n=*|o tail        .\n=*|x tar         .\n=*|o tee         .\n=*|o test        .\n=*|o time        .\n=*|o touch       .\n#*|o tr          .\n=*|o true        .\n=*|o tty         .\n=*|o uname       .\n#*|o unexpand    .\n=*|o uniq        .\n=*|o unlink      .\n=*|o uudecode    .\n=*|o uuencode    .\n#*|o wc          .\n=*|o xargs       (-p)\n=*|x yes         .\n\nThe  complement of  sbase  is  ubase[1] which  is  Linux-specific  and\nprovides all  the non-portable tools.   Together they are  intended to\nform a base system similar to busybox but much smaller and suckless.\n\nBuilding\n--------\n\nTo  build sbase,  simply  type  make.  You  may  have  to fiddle  with\nconfig.mk depending on your system.\n\nYou  can  also  build  sbase-box,  which  generates  a  single  binary\ncontaining  all  the  required  tools.    You  can  then  symlink  the\nindividual tools to sbase-box or run: make sbase-box-install\n\nIdeally you will  want to statically link sbase.  If  you are on Linux\nwe recommend using musl-libc[2].\n\nPortability\n-----------\n\nsbase has been  compiled on a variety of  different operating systems,\nincluding Linux, *BSD, OSX, Haiku, Solaris, SCO OpenServer and others.\n\nVarious combinations of operating  systems and architectures have also\nbeen built.\n\nYou can build sbase with gcc, clang, tcc, nwcc and pcc.\n\n[1] http://git.suckless.org/ubase/\n[2] http://www.musl-libc.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusion%2Fsbase-for-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffusion%2Fsbase-for-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusion%2Fsbase-for-android/lists"}