{"id":13739687,"url":"https://github.com/aliceinpalth/3dfetch","last_synced_at":"2025-05-08T19:34:42.731Z","repository":{"id":90161783,"uuid":"94850553","full_name":"aliceinpalth/3dfetch","owner":"aliceinpalth","description":"🍂 Displays various information about your Nintendo 3DS in pretty colors.","archived":false,"fork":false,"pushed_at":"2018-05-12T22:28:06.000Z","size":10057,"stargazers_count":31,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-15T09:43:55.127Z","etag":null,"topics":["3dsx","cfw","cia"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aliceinpalth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-06-20T04:43:35.000Z","updated_at":"2024-09-08T15:54:05.000Z","dependencies_parsed_at":"2024-01-18T21:40:49.651Z","dependency_job_id":"c680c782-8696-4748-a825-5eaa5bfbbdcb","html_url":"https://github.com/aliceinpalth/3dfetch","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliceinpalth%2F3dfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliceinpalth%2F3dfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliceinpalth%2F3dfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliceinpalth%2F3dfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliceinpalth","download_url":"https://codeload.github.com/aliceinpalth/3dfetch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253135533,"owners_count":21859662,"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":["3dsx","cfw","cia"],"created_at":"2024-08-03T04:00:36.539Z","updated_at":"2025-05-08T19:34:41.610Z","avatar_url":"https://github.com/aliceinpalth.png","language":"Lua","readme":"![](http://i.imgur.com/49vYhos.png)\n\n![Github Releases](https://img.shields.io/github/downloads/aliceinpalth/3dfetch/latest/total.svg?style=flat-square)\n\nSimilar to Linux's screenfetch script, but unsigned and executed on a Nintendo 3DS. RSF file based off of [this dummy RSF](https://gist.github.com/mid-kid/d9c4ce50407c71ec9ef3). Mainly developed as a method for learning 3DS homebrew toolkits, libraries, and build environments.\n\n# Features\n- Pretty colors!\n- Cycle through text colors using the d-pad, and background colors using the L and R buttons\n- Press the A button to take a screenshot, saved to the SD card root as ` 3dfetch_day_month_year_x.jpg `\n- All information dynamically grabbed from 3DS' hardware\n- New 3DS and old 3DS compatible\n- Press select for a configuration menu\n- Use in tandem with [imgurup-3ds](https://github.com/Pirater12/imgurup-3ds) for an easy sharing experience\n\n# Screenshots\n![3dfetch running a New 3DS](http://i.imgur.com/OWcdNhB.jpg)\n\n\u003cp align=\"center\"\u003e\n3dfetch running on a New 3DS with Luma CFW.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"http://i.imgur.com/qhMDawH.png\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nA screenshot generated by 3dfetch on a New 3DS with Luma CFW.\n\u003c/p\u003e\n\n# Where to get it\nCheck the [releases page](https://github.com/yyualice/3dfetch/releases) for a CIA file / QR code. Or get it on TitleDB within FBI.\n\n# Optional configuration\n3dfetch can optionally be configured by creating a file at the root of your SD card called `3dfetch.conf`. At present, the following options are available:\n\n`showAnimation:true | false` to enable/disable the little shell animation on startup.\n\n`showSplash:true | false` to enable/disable the CFW splash on the bottom\n\n`showCFW:true | false` to enable/disable CFW detection\n\n# Reporting issues\nIs your CFW not being recognized properly? Is the amount of free space reported incorrectly? Or maybe you came across an error.\n\nCreate an issue on GitHub. Don't forget to add your CFW, what version you are on and which 3dfetch version/commit you were using.\n\n# Building from source\n## Requirements\n- [`makerom`](https://github.com/profi200/Project_CTR/releases) to create the CIA.\n- [`3ds-tool`](https://github.com/dnasdw/3dstool/releases) to recompile the ROM filesystem.\n- [`bannertool`](https://github.com/Steveice10/bannertool) to create the banner and icon files.\n- A fork of lpp-3ds found [here](https://github.com/daedreth/lpp-3ds) which includes expanded functionality. The compiled binary (`lpp-3ds.elf`) is included in the repository, we strongly suggest against attempts to compile it yourself, if such necessity arises, visit the forks repository for instructions.\n\n## Compiling\n### CIA\nRun `make` to build an installable CIA-file.\n\n### 3dsx\nIf you wish to use 3dfetch inside the Homebrew Launcher and thus require a 3dsx file, run `make 3dfetch.3dsx` instead and merge the `/3ds` folder with the one found on your SD card.\n\n### Network-sent 3dsx\nIf you would like to have 3dfetch be sent via network to your console, open up the Homebrew Launcher, press `Y` and run `make 3dsx` instead.\n","funding_links":[],"categories":["Operation System"],"sub_categories":["Other"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliceinpalth%2F3dfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliceinpalth%2F3dfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliceinpalth%2F3dfetch/lists"}