{"id":22373761,"url":"https://github.com/nitanmarcel/sno-py","last_synced_at":"2025-03-26T17:24:51.085Z","repository":{"id":259000223,"uuid":"861385721","full_name":"nitanmarcel/Sno-py","owner":"nitanmarcel","description":"Because why not","archived":false,"fork":false,"pushed_at":"2024-10-23T20:50:51.000Z","size":529,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"v2","last_synced_at":"2025-03-25T02:45:45.918Z","etag":null,"topics":["build-your-own-x","custom","do-your-own-x","editor","vim","vim-like"],"latest_commit_sha":null,"homepage":"","language":"Scheme","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/nitanmarcel.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":"2024-09-22T18:47:51.000Z","updated_at":"2024-11-13T10:03:46.000Z","dependencies_parsed_at":"2024-12-04T21:14:12.565Z","dependency_job_id":"965e166e-8f60-47e2-b7c5-0bc174ad2652","html_url":"https://github.com/nitanmarcel/Sno-py","commit_stats":null,"previous_names":["nitanmarcel/sno-py"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitanmarcel%2FSno-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitanmarcel%2FSno-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitanmarcel%2FSno-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitanmarcel%2FSno-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitanmarcel","download_url":"https://codeload.github.com/nitanmarcel/Sno-py/tar.gz/refs/heads/v2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245700458,"owners_count":20658223,"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":["build-your-own-x","custom","do-your-own-x","editor","vim","vim-like"],"created_at":"2024-12-04T21:14:09.192Z","updated_at":"2025-03-26T17:24:51.062Z","avatar_url":"https://github.com/nitanmarcel.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sno-py\n\nA personal code editor I've written for myself. Because why not?\n\n## Features\n\nIt's not so featured, it's missing a lot of things mainly because I don't use them or I was too lazy to add them.\n\n### Implemented Features\n\n- Vim commands like: `:w`, `:q`, `:wq`, `:qa`, `:wa`, `:wqa`, with support for `!` to force actions.\n- Open files with `:e` using path autocomplete.\n- Switch buffers with `:buffer` and autocomplete.\n- Execute shell commands using Xonsh supporting both python and bash.\n- `:set` command for configuration.\n- RC files `.snorc` using python and optionally Xonsh.\n- Custom color styles.\n- Syntax highlighting powered by Tree-sitter.\n- LSP client powered by [sansio-lsp-client](https://github.com/PurpleMyst/sansio-lsp-client).\n\n### Commands\n\n#### Configuration Commands\n\n- **colorscheme**: Change active color scheme.\n- **set**: Set or view configuration options. Supports options like color schemes, tab settings, etc.\n\n#### Buffer and Window Management\n\n- **edit (e)**: Open or switch to a file, with line position support.\n- **write (w), wall (wa)**: Save current or all buffers.\n- **quit (q), qall (qa)**: Quit current or all windows, with force option.\n- **split (sp), vsplit, hsplit**: Split windows horizontally or vertically.\n- **next (bn, wnext), previous (bp, wprevious)**: Navigate buffers or windows.\n  \n#### Miscellaneous\n\n- **echo**: Display messages within the editor.\n- **exec**: Run shell commands using Xonsh.\n\n## Syntax Highlighting Customization\n\nSno-py uses Tree-sitter for efficient syntax highlighting. For details on setting up Tree-sitter and customizing highlighting, refer to the [API Documentation](#syntax-highlighting-with-tree-sitter).\n\n## Usage\n\n```\nusage: [-h] [-o] [-O] [files ...]\n\nVim-like text editor\n\npositional arguments:\n  files              Files to open\n\noptions:\n  -h, --help         show this help message and exit\n  -o, --open-split   Open files in horizontal splits\n  -O, --open-vsplit  Open files in vertical splits\n```\n\n## Api Documentation\nAvailable in [api.md](api.md)\n\n## Credits\n\n- [prompt-toolkit](https://github.com/prompt-toolkit)\n- [xonsh](https://github.com/xonsh/xonsh)\n- [sansio-lsp-client](https://github.com/PurpleMyst/sansio-lsp-client)\n- [py-tree-sitter](https://github.com/tree-sitter/py-tree-sitter)\n\n## LICENSE: MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitanmarcel%2Fsno-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitanmarcel%2Fsno-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitanmarcel%2Fsno-py/lists"}