{"id":20850561,"url":"https://github.com/khalilouali/shells-and-whistles","last_synced_at":"2026-05-15T11:35:18.192Z","repository":{"id":180427019,"uuid":"592372607","full_name":"KhalilOuali/Shells-and-Whistles","owner":"KhalilOuali","description":"some software and configs for a pretty shell and terminal","archived":false,"fork":false,"pushed_at":"2023-09-25T23:33:26.000Z","size":721,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T12:33:28.161Z","etag":null,"topics":["custom","shell","terminal"],"latest_commit_sha":null,"homepage":"","language":"Nushell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KhalilOuali.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":"2023-01-23T15:39:30.000Z","updated_at":"2023-07-25T10:57:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2404126-f9d0-45a2-845f-d234ee2b47d0","html_url":"https://github.com/KhalilOuali/Shells-and-Whistles","commit_stats":null,"previous_names":["khalilouali/shells-and-whistles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KhalilOuali/Shells-and-Whistles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalilOuali%2FShells-and-Whistles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalilOuali%2FShells-and-Whistles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalilOuali%2FShells-and-Whistles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalilOuali%2FShells-and-Whistles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhalilOuali","download_url":"https://codeload.github.com/KhalilOuali/Shells-and-Whistles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhalilOuali%2FShells-and-Whistles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33065611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["custom","shell","terminal"],"created_at":"2024-11-18T03:10:12.434Z","updated_at":"2026-05-15T11:35:18.177Z","avatar_url":"https://github.com/KhalilOuali.png","language":"Nushell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🐚 Shells and Whistles 🥳\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003eStarship | PowerShell + Nushell | Windows Terminal\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Screenshots/shells.png\"\u003e\n\u003c/p\u003e\n\n## 🔤 A couple of themes \u0026 fonts\n* **OneDark**, **OneHalfDark**, and more @ [Windows Terminal Themes](https://windowsterminalthemes.dev/)\n* **JetBrainsMono NF**, **FiraCode NF**, and more @ [Nerd Fonts](https://www.nerdfonts.com/#home)\n\n## 📦 Some cool programs\n\n* Essentials:\n`man curl wget gcc gdb git gh openjdk-17-jdk pipx`\n* Nice utilites:\n`nala tree micro bat most ripgrep tldr trash-cli` `fdfind*` [`broot`](https://packages.azlux.fr/debian/pool/main/b/broot/broot_1.24.2_amd64.deb) [`zoxide`](https://github.com/ajeetdsouza/zoxide#installation)\n* Fun commands:\n`hello cowsay sl cmatrix toilet figlet lolcat jp2a linuxlogo nyancat`\n* WSLfetch and stuffs:\n`gnupg2 apt-transport-https wslu`\n\n## 📃 A pretty Git log alias\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Screenshots/git_log.png\" width=\"70%\"\u003e\n\u003c/p\u003e\n\n* Normal:\n\n```\ngit config --global alias.gl 'log --graph --all --date=format-local:\"%d-%b %H:%M\" --format=tformat:\"%C(bold blue)%h%C(bold yellow)%d %Creset| %C(bold green)%ad %Creset- %C(red)%an %n%w(0,2,4)%C(italic bold white)%s %n%Creset%b\"'\n```\n\n* Long (full SHA-1):\n\n```\ngit config --global alias.gll 'log --graph --all --date=format-local:\"%d-%b %H:%M\" --format=tformat:\"%C(bold blue)%h%C(bold yellow)%d %Creset| %C(bold green)%ad %Creset- %C(red)%an %n%C(magenta)%H %n%w(0,2,4)%C(italic bold white)%s %n%Creset%b\"'\n```\n\n\u003e In windows, you need to escape the double quotes (replace \" with \\\\\").\n\n## 🙏 Special thanks\n\n* [Starship.rs - Pastel Powerline Preset](https://starship.rs/presets/pastel-powerline.html)\n* [Pretty Git branch graphs (StackOverFlow)](https://stackoverflow.com/questions/1057564/pretty-git-branch-graphs)\n* [How to change Git log date formats (StackOverFlow)](https://stackoverflow.com/questions/7853332/how-to-change-git-log-date-formats)\n* [Ascii Art Archive](https://www.asciiart.eu/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalilouali%2Fshells-and-whistles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhalilouali%2Fshells-and-whistles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhalilouali%2Fshells-and-whistles/lists"}