{"id":19312490,"url":"https://github.com/exaexa/dte-debian","last_synced_at":"2026-06-09T21:31:25.302Z","repository":{"id":149763685,"uuid":"181742642","full_name":"exaexa/dte-debian","owner":"exaexa","description":"debian gbp packaging for dte text editor -- https://craigbarnes.gitlab.io/dte/","archived":false,"fork":false,"pushed_at":"2021-05-27T17:30:50.000Z","size":705,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-13T21:59:03.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exaexa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-04-16T18:12:17.000Z","updated_at":"2021-05-27T17:30:20.000Z","dependencies_parsed_at":"2023-05-25T15:15:08.780Z","dependency_job_id":null,"html_url":"https://github.com/exaexa/dte-debian","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/exaexa/dte-debian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaexa%2Fdte-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaexa%2Fdte-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaexa%2Fdte-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaexa%2Fdte-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exaexa","download_url":"https://codeload.github.com/exaexa/dte-debian/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exaexa%2Fdte-debian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34127343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":[],"created_at":"2024-11-10T00:35:00.049Z","updated_at":"2026-06-09T21:31:25.284Z","avatar_url":"https://github.com/exaexa.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"dte\n===\n\nA small and easy to use console text editor.\n\nFeatures\n--------\n\n* Multiple buffers/tabs\n* Unlimited undo/redo\n* Regex search and replace\n* Syntax highlighting\n* Customizable color schemes\n* Customizable key bindings\n* Support for all xterm Ctrl/Alt/Shift key codes\n* Command language with auto-completion\n* Unicode 13 compatible text rendering\n* Support for multiple encodings (using [iconv])\n* Jump to definition (using [ctags])\n* Jump to compiler error\n* [EditorConfig] support\n\nScreenshot\n----------\n\n![dte screenshot](https://craigbarnes.gitlab.io/dte/screenshot.png)\n\nInstalling\n----------\n\n`dte` can be installed via package manager on the following platforms:\n\n| OS                        | Install command                            |\n|---------------------------|--------------------------------------------|\n| [Debian Testing]          | `apt-get install dte`                      |\n| [Ubuntu]                  | `apt-get install dte`                      |\n| Arch Linux ([AUR])        | `$AUR_HELPER -S dte`                       |\n| [Void Linux]              | `xbps-install -S dte`                      |\n| Slackware ([SlackBuilds]) | See: [SlackBuild Usage HOWTO]              |\n| [FreeBSD]                 | `pkg install dte`                          |\n| DragonFly BSD ([DPorts])  | `pkg install dte`                          |\n| [OpenBSD]                 | `pkg_add dte`                              |\n| NetBSD ([pkgsrc])         | `pkg_add dte`                              |\n| OS X ([Homebrew])         | `brew tap yumitsu/dte \u0026\u0026 brew install dte` |\n| Android ([Termux])        | `pkg install dte`                          |\n\nBuilding\n--------\n\nTo build from source, first ensure the following dependencies are\ninstalled:\n\n* [GCC] 4.6+ or [Clang]\n* [GNU Make] 3.81+\n* [iconv] library (usually provided by libc on Linux/FreeBSD)\n\n...then download and unpack the latest release tarball:\n\n    curl -LO https://craigbarnes.gitlab.io/dist/dte/dte-1.10.tar.gz\n    tar -xzf dte-1.10.tar.gz\n    cd dte-1.10\n\n...and compile and install:\n\n    make \u0026\u0026 sudo make install\n\nDocumentation\n-------------\n\nAfter installing, you can access the documentation in man page format\nvia `man 1 dte`, `man 5 dterc` and `man 5 dte-syntax`.\n\nOnline documentation is also available at \u003chttps://craigbarnes.gitlab.io/dte/\u003e.\n\nPackaging\n---------\n\nSee [`docs/packaging.md`](https://gitlab.com/craigbarnes/dte/blob/master/docs/packaging.md).\n\nLicense\n-------\n\nCopyright (C) 2017-2021 Craig Barnes.  \nCopyright (C) 2010-2015 Timo Hirvonen.\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of the GNU [General Public License version 2], as published\nby the Free Software Foundation.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\nPublic License version 2 for more details.\n\n\n[ctags]: https://ctags.io/\n[EditorConfig]: https://editorconfig.org/\n[GCC]: https://gcc.gnu.org/\n[Clang]: https://clang.llvm.org/\n[GNU Make]: https://www.gnu.org/software/make/\n[`GNUmakefile`]: https://gitlab.com/craigbarnes/dte/blob/master/GNUmakefile\n[iconv]: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html\n[General Public License version 2]: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html\n[Debian Testing]: https://packages.debian.org/testing/dte\n[Ubuntu]: https://launchpad.net/ubuntu/+source/dte\n[AUR]: https://aur.archlinux.org/packages/dte/\n[Void Linux]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/dte\n[SlackBuilds]: https://slackbuilds.org/repository/14.2/development/dte/\n[SlackBuild Usage HOWTO]: https://slackbuilds.org/howto/\n[FreeBSD]: https://svnweb.freebsd.org/ports/head/editors/dte/\n[DPorts]: https://gitweb.dragonflybsd.org/dports.git/tree/HEAD:/editors/dte\n[OpenBSD]: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors/dte/\n[pkgsrc]: https://pkgsrc.se/editors/dte\n[Homebrew]: https://github.com/yumitsu/homebrew-dte\n[Termux]: https://github.com/termux/termux-packages/tree/master/packages/dte\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexaexa%2Fdte-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexaexa%2Fdte-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexaexa%2Fdte-debian/lists"}