{"id":13610541,"url":"https://github.com/budlabs/i3ass","last_synced_at":"2025-04-12T22:34:15.292Z","repository":{"id":27221155,"uuid":"111338927","full_name":"budlabs/i3ass","owner":"budlabs","description":"A collection of shell scripts to ease the use of i3wm","archived":false,"fork":false,"pushed_at":"2024-04-21T20:32:19.000Z","size":1228,"stargazers_count":411,"open_issues_count":3,"forks_count":18,"subscribers_count":14,"default_branch":"next","last_synced_at":"2024-08-01T19:55:20.577Z","etag":null,"topics":["ass","i3wm","linux","window-manager","x11"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/budlabs.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}},"created_at":"2017-11-19T22:56:05.000Z","updated_at":"2024-07-14T11:25:59.000Z","dependencies_parsed_at":"2024-01-14T15:25:44.928Z","dependency_job_id":"541f4ea9-9e7f-4304-aa16-4abca427cded","html_url":"https://github.com/budlabs/i3ass","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budlabs%2Fi3ass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budlabs%2Fi3ass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budlabs%2Fi3ass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/budlabs%2Fi3ass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/budlabs","download_url":"https://codeload.github.com/budlabs/i3ass/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223549321,"owners_count":17163635,"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":["ass","i3wm","linux","window-manager","x11"],"created_at":"2024-08-01T19:01:45.740Z","updated_at":"2024-11-07T16:31:25.372Z","avatar_url":"https://github.com/budlabs.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# i3ass  \n\ncommands to assist and extend the use of i3wm.\n\n![logo](assets/i3ass-first-logo2021-05-26-300x200.png?raw=true)    \n\n### installation\n\n~~If you are using **Arch linux**, you can install\nthe i3ass package from [AUR].~~ (AUR is no longer supported, but as of writing this it still \"works\")\n\nOr follow the instructions below to install from source:  \n\n``` text\n$ git clone https://github.com/budlabs/i3ass.git\n$ cd i3ass\n$ make\n# make install\n```\n\n#### build dependencies\n[GNU make], [Gawk], [bash], [GNU sed](https://www.gnu.org/software/sed/)  \n[go-md2man] is needed to **re**-build the manpages (optional)\n\n[go-md2man]: https://github.com/cpuguy83/go-md2man\n\n#### runtime dependencies\n[bash], [i3wm], [xdotool], [Gawk]  \n\n### changelog\n\nSee the [last releasenote](docs/releasenotes/0next.md).\n\n### usage\n\nThe table below lists the included commands. The\nlinks go to the **[wiki]** page of each commands. \nThere is also a lot of videos on the budlabs [youtube channel],\nwhere i3ass is used and explained.\n\nIn the **[wiki]** there are also two examples on how\ni3's config file can be configured to make use\nof most of **i3ass**.  \n(\u003chttps://github.com/budlabs/i3ass/wiki/i3-config-example\u003e)  \n\n\nscript | description\n|:-|:-|\n[i3Kornhe] | move and resize windows gracefully  \n[i3ass] | Print environment information  \n[i3flip] | Tabswitching done right  \n[i3fyra] | An advanced, simple grid-based tiling layout  \n[i3get] | prints info about a specific window to stdout  \n[i3gw] | a ghost window wrapper for i3wm  \n[i3king] | window ruler  \n[i3list] | list information about the current i3 session  \n[i3run] | Run, Raise or hide windows in i3wm  \n[i3var] | get or set a i3 variable  \n[i3viswiz] | professional window focus for i3wm  \n[i3zen] | zentered container, full focus  \n\n\n### license\n\ni3ass is licensed under the **MIT** license\n\n\n[wiki]: https://github.com/budlabs/i3ass/wiki\n[Makefile]: https://github.com/budRich/i3ass/blob/master/Makefile\n[install.sh]: https://github.com/budRich/i3ass/blob/master/install.sh\n[i3add]: https://github.com/budRich/scripts/i3add/\n[AUR]: https://aur.archlinux.org/packages/i3ass/\n[i3]: https://i3wm.org/\n[i3wm]: https://i3wm.org/\n[bashbud]: https://github.com/budlabs/bashbud\n[i3flip]: https://github.com/budlabs/i3ass/wiki/i3flip\n[i3fyra]: https://github.com/budlabs/i3ass/wiki/i3fyra\n[i3get]: https://github.com/budlabs/i3ass/wiki/i3get\n[i3gw]: https://github.com/budlabs/i3ass/wiki/i3gw\n[i3Kornhe]: https://github.com/budlabs/i3ass/wiki/i3Kornhe\n[i3list]: https://github.com/budlabs/i3ass/wiki/i3list\n[i3var]: https://github.com/budlabs/i3ass/wiki/i3var\n[i3run]: https://github.com/budlabs/i3ass/wiki/i3run\n[i3menu]: https://github.com/budlabs/i3ass/wiki/i3menu\n[i3viswiz]: https://github.com/budlabs/i3ass/wiki/i3viswiz\n[i3king]: https://github.com/budlabs/i3ass/wiki/i3king\n[i3ass]: https://github.com/budlabs/i3ass/wiki/i3ass\n[i3zen]: https://github.com/budlabs/i3ass/wiki/i3zen\n[youtube channel]: https://youtube.com/c/dubbeltumme\n[rofi]: https://github.com/davatorium/rofi\n[Gawk]: https://www.gnu.org/software/gawk/\n[bash]: https://www.gnu.org/software/bash/\n[lowdown]: https://kristaps.bsd.lv/lowdown/\n[GNU make]: https://www.gnu.org/software/make/\n[xdotool]: https://www.semicomplete.com/projects/xdotool/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbudlabs%2Fi3ass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbudlabs%2Fi3ass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbudlabs%2Fi3ass/lists"}