{"id":13373691,"url":"https://github.com/pistos/diakonos","last_synced_at":"2025-03-13T00:31:38.349Z","repository":{"id":400021,"uuid":"18272","full_name":"Pistos/diakonos","owner":"Pistos","description":"Diakonos is a console text editor for the masses.","archived":false,"fork":false,"pushed_at":"2024-06-20T19:29:32.000Z","size":2782,"stargazers_count":137,"open_issues_count":28,"forks_count":11,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-25T12:19:51.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://git.sr.ht/~pistos/diakonos","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pistos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2008-05-20T11:59:37.000Z","updated_at":"2024-08-14T06:44:15.000Z","dependencies_parsed_at":"2024-01-07T21:02:19.130Z","dependency_job_id":"e334d422-619b-4b56-b4e5-a37fd0addd61","html_url":"https://github.com/Pistos/diakonos","commit_stats":{"total_commits":1735,"total_committers":11,"mean_commits":"157.72727272727272","dds":0.3239193083573487,"last_synced_commit":"fc725be42dfd3cac5671bf8e536331cdeb9e3be4"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pistos%2Fdiakonos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pistos%2Fdiakonos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pistos%2Fdiakonos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pistos%2Fdiakonos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pistos","download_url":"https://codeload.github.com/Pistos/diakonos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243318767,"owners_count":20272136,"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":[],"created_at":"2024-07-30T04:01:17.111Z","updated_at":"2025-03-13T00:31:37.975Z","avatar_url":"https://github.com/Pistos.png","language":"Ruby","funding_links":[],"categories":["Happy Exploring 🤘"],"sub_categories":[],"readme":"# Diakonos\n\n## REQUIREMENTS\n\n- Ruby 2.3+\n- curses gem\n\nDiakonos is built to run on Linux, but may run under other flavours of UNIX.\nIt works reasonably well under iTerm on OSX. It may or may not work on Windows.\n\nUnder Debian and Ubuntu derivatives, you'll need the following dependencies:\n\n    sudo apt-get install libncurses5-dev ruby-dev ruby-curses\n\n\n## INSTALLATION\n\n    gem install diakonos\n\n\n### RVM\n\nIf you use RVM[1], `gem install diakonos` will only install with the current\nRuby version and gemset. Diakonos may no longer be in the PATH after switching\nRuby versions or gemsets.\n\nTo make Diakonos available when it isn't installed in the current gemset, first\ninstall it into an RVM Ruby version of your choice (and gemset, if you wish).\nThen add a script like this in a directory in your PATH (such as\n`~/bin/diakonos`):\n\n    #!/bin/zsh\n\n    source \"$HOME/.rvm/scripts/rvm\"\n    rvm use 3.0.0@your-gemset\n    diakonos\n\nand make the script executable:\n\n    chmod +x ~/bin/diakonos\n\n[1]: https://rvm.io\n\n\n## SOURCE CODE\n\nThe latest development code can be obtained from sourcehut:\n\n    git clone https://git.sr.ht/~pistos/diakonos\n\n\n## UNINSTALLATION\n\n    gem uninstall diakonos\n\n\n## USAGE\n\nRun with any of these:\n\n    diakonos [filename...]\n    diakonos -s \u003csession-name\u003e\n    diakonos -m \u003cregexp\u003e\n\nor, for other options and arguments,\n\n    diakonos --help\n\nFor help using Diakonos, simply press F1 or Shift-F1 from within the editor to\nuse the interactive help system.\n\nTo dig deeper into Diakonos' rich feature set, see https://github.com/Pistos/diakonos/wiki/Beyond-the-Basics .\n\n\n----------------------------------------------------------------\n\nSend comments, feedback and tech support requests to the ##pistos channel on\nthe Libera IRC network.\n\nReproducible issues may be reported at https://todo.sr.ht/~pistos/diakonos or\nhttps://github.com/Pistos/diakonos/issues .\n\n\n\nPistos\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpistos%2Fdiakonos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpistos%2Fdiakonos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpistos%2Fdiakonos/lists"}