{"id":28296782,"url":"https://github.com/isaiah76/terminal-launcher","last_synced_at":"2026-02-23T11:37:07.774Z","repository":{"id":283493218,"uuid":"878277723","full_name":"isaiah76/Terminal-Launcher","owner":"isaiah76","description":"A command-line interface app launcher for android mobile","archived":false,"fork":false,"pushed_at":"2024-11-03T00:27:54.000Z","size":737,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T21:23:13.701Z","etag":null,"topics":["android","android-studio","cli","console","dart","flutter","launcher","linux","mobile","shell","terminal"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/isaiah76.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-10-25T05:07:06.000Z","updated_at":"2025-03-08T18:24:32.000Z","dependencies_parsed_at":"2025-03-20T14:46:50.571Z","dependency_job_id":"d745529c-6fbb-400e-b32c-73a89cbc5cf1","html_url":"https://github.com/isaiah76/Terminal-Launcher","commit_stats":null,"previous_names":["isaiah76/terminal-launcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isaiah76/Terminal-Launcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaiah76%2FTerminal-Launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaiah76%2FTerminal-Launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaiah76%2FTerminal-Launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaiah76%2FTerminal-Launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isaiah76","download_url":"https://codeload.github.com/isaiah76/Terminal-Launcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isaiah76%2FTerminal-Launcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259808101,"owners_count":22914570,"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","android-studio","cli","console","dart","flutter","launcher","linux","mobile","shell","terminal"],"created_at":"2025-05-22T21:20:14.823Z","updated_at":"2026-02-23T11:37:02.750Z","avatar_url":"https://github.com/isaiah76.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminal Launcher\r\n\r\nA Flutter-based terminal launcher application for Android that provides command-line functionality to manage installed apps and access device information.\r\n\r\n\u003cimg src=\"./assets/screenshot.png\" alt=\"screenshot\" width=\"250\" /\u003e\r\n\r\n## Commands\r\n\r\nHere are the available commands you can use in the terminal:\r\n\r\n- `help`: Show the help message\r\n- `echo \u003cmessage\u003e`: Display the message\r\n- `list`: List installed apps\r\n- `run \u003capp name\u003e`: Run a specific app\r\n- `websearch \u003cquery\u003e`: Search in the browser\r\n- `generate \u003cprompt\u003e`: Generate content using the Gemini API\r\n- `weather \u003ccity\u003e`: Show the weather for a specific city\r\n- `deviceinfo`: Show device information\r\n- `battery`: Show battery percentage\r\n- `volume up/down`: Increase or decrease volume by 10%\r\n- `volume \u003c0-100\u003e`: Set volume to a specific level\r\n- `brightness up/down`: Increase or decrease brightness by 10%\r\n- `brightness \u003c0-100\u003e`: Set brightness to a specific level\r\n- `flashlight on/off:` Toggle the flashlight\r\n- `time`: Show current time\r\n- `uptime`: Show app uptime\r\n- `sysinfo`: Show system information\r\n- `ip`: Show local IP address\r\n- `connection`: Show network connection status\r\n- `ping \u003caddress\u003e`: Ping a specified address\r\n- `traceroute \u003caddress\u003e`: Traceroute to a specified address\r\n- `nslookup \u003caddress\u003e`: DNS lookup for a specified address\r\n- `set username \u003cnew_username\u003e`: Set the username\r\n- `setstartup \u003ccommand\u003e`: Set a command to run on startup\r\n- `restart`: Restart the terminal\r\n- `clear`: Clear the terminal\r\n\r\n## Getting Started\r\n\r\n### Prerequisites\r\n\r\n- Flutter SDK\r\n- Dart SDK\r\n- Android device or emulator\r\n\r\n### Installation\r\n\r\n1. Clone the repository:\r\n   ```bash\r\n   git clone https://github.com/Isaiah512/Terminal-Launcher.git\r\n    ```\r\n\r\n2. Navigate to the project directory:\r\n    ```bash\r\n    cd terminal_launcher\r\n    ```\r\n\r\n3. Install the dependencies:\r\n    ```bash\r\n    flutter pub get\r\n    ```\r\n\r\n4. Run the application:\r\n    ```bash\r\n    flutter run\r\n    ```\r\n\r\n### Environment Variables\r\n\r\nMake sure to create a .env file in the root of your project with the following variable:\r\n    ```\r\n    OPENWEATHER_API_KEY=\u003cyour_openweather_api_key\u003e\r\n    API_KEY=\u003cyour_gemini_api_key\u003e\r\n    ``` \r\n\r\n## Usage\r\n\r\nAfter launching the app, you can start typing commands in the input field at the bottom of the screen. Press \"Enter\" to execute a command. You can list all available commands by typing ```help.```.\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please open an issue or submit a pull request.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaiah76%2Fterminal-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisaiah76%2Fterminal-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisaiah76%2Fterminal-launcher/lists"}