{"id":26691377,"url":"https://github.com/itschip/lazyfivem","last_synced_at":"2025-09-11T17:45:31.517Z","repository":{"id":59203526,"uuid":"525057444","full_name":"itschip/lazyfivem","owner":"itschip","description":"A simple TUI for FiveM to run any server and execute commands.","archived":false,"fork":false,"pushed_at":"2024-05-15T15:03:51.000Z","size":1274,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-07T19:50:29.862Z","etag":null,"topics":["citizenfx","fivem","go","golang","gui","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/itschip.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-15T16:22:47.000Z","updated_at":"2024-08-16T13:06:40.000Z","dependencies_parsed_at":"2024-06-21T19:10:00.839Z","dependency_job_id":"c493a2f5-3621-456c-b7aa-b612e85d8de0","html_url":"https://github.com/itschip/lazyfivem","commit_stats":null,"previous_names":["derletzteritter/lazyfivem","itschip/lazyfivem"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/itschip/lazyfivem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Flazyfivem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Flazyfivem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Flazyfivem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Flazyfivem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itschip","download_url":"https://codeload.github.com/itschip/lazyfivem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itschip%2Flazyfivem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274681150,"owners_count":25330234,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"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":["citizenfx","fivem","go","golang","gui","tui"],"created_at":"2025-03-26T16:18:29.957Z","updated_at":"2025-09-11T17:45:31.473Z","avatar_url":"https://github.com/itschip.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lazyfivem\nA simple TUI for running any FiveM server and executing commands.\n\n## Installation\n\n### Windows\n- via Scoop (Recommended)\n```\n# Add the extras bucket\nscoop bucket add itschip https://github.com/itschip/scoop-bucket.git\n\n# Install lazyfivem\nscoop install itschip/lazyfivem\n```\n\n### Linux\n```bash\ncurl -Lo lazyfivem.tar.gz https://github.com/itschip/lazyfivem/releases/download/1.0.2/lazyfivem_1.0.2_Linux_32-bit.tar.gz\n\nsudo tar xf lazyfivem.tar.gz -C /usr/local/bin lazyfivem\n```\n\n### Via GitHub Releases\nGo to [the latest release page](https://github.com/itschip/lazyfivem/releases/latest) and download the corresponding version for your OS.\n\n## Configuration\nCreate a `config.yaml` to:\n\n- Unix-based OS:\n    - if `$XDG_CONFIG_HOME` is specified, then: `$XDG_CONFIG_HOME/lazyfivem/`\n    - otherwise `$HOME/.config/lazyfivem/`\n\n- Darwin: `$HOME/Library/Application Support/lazyfivem/`\n\n- Plan 9: `$home/lib`\n\n- Windows: `C:\\Users\\USERNAME\\AppData\\Roaming\\lazyfivem\\` aka. `%APPDATA%\\lazyfivem\\`\n\n- [Read more](https://pkg.go.dev/os#UserConfigDir)\n\nExample:\n- Windows:\n  ```pwsh\n  mkdir $APPDATA\\lazyfivem\n  \n  # Then create config.yaml inside\n  ```\n- Linux:\n  ```bash\n  mkdir ~/.config/lazyfivem\n  \n  cd ~/.config/lazyfivem\n  \n  touch config.yaml\n  ```\n\n### Custom Config Directory\n\nYou can change the config directory by exporting the `LAZYFIVEM_CONFIG_HOME` environment variable. You can then place the `config.yaml` file there.\n\n### Adding Servers\n\nCreate a new entry in the `config.yaml` file as follows:\n\n`Server Name: '\u003ccommand to start the server\u003e'`\n\n#### Windows:\n\n```yaml\nServer Name: 'PATH\\TO\\SERVER\\start.bat'\n```\n\nExample:\n```yaml\nYet Another RP Server: 'D:\\FxServer\\start.bat'\n```\n\n#### Linux:\n\n```yaml\nServer Name: 'PATH/TO/SERVER/start.sh'\n```\n\nExample:\n```yaml\nYet Another RP Server: 'PATH/TO/SERVER/start.sh'\n```\n\n## Usage\nRun `lazyfivem` in any terminal.\n\n### Navigation\n* **TAB** - Switches focus between the sidebar and command line\n* **ENTER** - Starts the selected server in the sidebar, and executes a command in the command line.\n* **UP/DOWN ARROW** - Scrolls up/down in the sidebar\n* **LEFT/RIGHT ARROW** - Moves cursor left/right in the command exec lin\n* **Ctrl-C** - Quit program\n\n### Example of Prisma in FiveM failing.\n![vmplayer_lqEQwqQhEj](https://user-images.githubusercontent.com/59088889/190914038-df755ce0-7485-4c7b-95fb-7af33a2cb686.png)\n\n\n## Toggleterm\n```lua\nlocal lazyfivem = Terminal:new({\n  cmd = \"lazyfivem\",\n  direction = \"float\",\n  count = 15,\n  float = {\n    border = \"double\",\n  }\n})\n\nfunction _lazyfivem_toggle()\n  lazyfivem:toggle()\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitschip%2Flazyfivem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitschip%2Flazyfivem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitschip%2Flazyfivem/lists"}