{"id":15394380,"url":"https://github.com/xyproto/tinyionice","last_synced_at":"2025-10-30T15:50:37.260Z","repository":{"id":41129739,"uuid":"335346345","full_name":"xyproto/tinyionice","owner":"xyproto","description":"Drop-in replacement for ionice in 300 lines of C","archived":false,"fork":false,"pushed_at":"2023-06-22T13:02:56.000Z","size":131,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T03:03:52.912Z","etag":null,"topics":["c","cli","drop-in-replacement","ionice","linux","small","tiny","tool","utility"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xyproto.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-02-02T16:08:27.000Z","updated_at":"2023-07-23T02:27:26.000Z","dependencies_parsed_at":"2024-10-19T02:25:07.667Z","dependency_job_id":null,"html_url":"https://github.com/xyproto/tinyionice","commit_stats":{"total_commits":88,"total_committers":3,"mean_commits":"29.333333333333332","dds":"0.28409090909090906","last_synced_commit":"c79dff7f136376cbebe9df536ee3b624450c001a"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Ftinyionice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Ftinyionice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Ftinyionice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Ftinyionice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xyproto","download_url":"https://codeload.github.com/xyproto/tinyionice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249173061,"owners_count":21224481,"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":["c","cli","drop-in-replacement","ionice","linux","small","tiny","tool","utility"],"created_at":"2024-10-01T15:23:25.936Z","updated_at":"2025-10-30T15:50:37.141Z","avatar_url":"https://github.com/xyproto.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"tinyionice logo\" src=\"img/tinyionice.png\" align=\"right\"\u003e\n\n# Tiny I/O Nice\n\nThis is a fork of `ionice` from [util-linux](https://github.com/karelzak/util-linux)\n\nIt's a drop-in replacement for `ionice` in just 300 lines of C and under a single open source license.\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/tinyionice.svg)](https://repology.org/project/tinyionice/versions)\n\n* Support for obsolete systems is removed.\n* Translated output messages are removed.\n* Other than that it's a fully featured drop-in replacement for `ionice`.\n* The resulting executable is only 11k when built with GCC 11 on Linux (and then stripped with `sstrip`).\n* `util-linux` uses several open source licenses across many different files. This fork is only based on files licensed under GPL2. `tinyionice` is only GPL2 licensed.\n\n## Build\n\n### With gcc\n\n    gcc -O2 -fPIC -fstack-protector-strong -D_GNU_SOURCE -s -z norelro main.c -o tinyionice\n\n### With `make`\n\n    make\n\n### With [`cxx`](https://github.com/xyproto/cxx)\n\n    cxx tiny\n\n## Install\n\nAs `root`, with `sudo` or `doas`:\n\n### Manually\n\n    sudo install -Dm755 tinyionice /usr/bin/tinyionice\n\n### With `make`\n\n    make install\n\n## License\n\nThe original source code of `ionice` is dual-licenced under either GPL2:\n\n```\nCopyright (C) 2004 Jens Axboe \u003cjens@axboe.dk\u003e\nReleased under the terms of the GNU General Public License version 2\n```\n\nOr under `No copyright is claimed. This code is in the public domain; do with it what you wish`:\n\n```\nCopyright (C) 2010 Karel Zak \u003ckzak@redhat.com\u003e\nCopyright (C) 2010 Davidlohr Bueso \u003cdave@gnu.org\u003e\nNo copyright is claimed. This code is in the public domain; do with it what you wish.\n```\n\nI wish to relicense all code under these terms as GPL2.\n\nThe changes made in 2021 and beyond are:\n\n```\nCopyright (C) 2021-2022 Alexander F. Rødseth \u003cxyproto@archlinux.org\u003e\nReleased under the terms of the GNU General Public License version 2\n```\n\nThe entire code of `tinyionice` is now released under GPL2.\n\nThe full license text is in the `COPYING` file.\n\n\n## General info\n\n* Version: 1.0.4\n* License: GPL2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyproto%2Ftinyionice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxyproto%2Ftinyionice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyproto%2Ftinyionice/lists"}