From bb89e019fee56f0dd4e5a4aa1ee6285e5991c43f Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Thu, 20 Jul 2023 18:49:31 +0200 Subject: [PATCH] Fix wrong character --- README.md | 2 +- data/apps.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e0ac8c..9ae15b4 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ Using GPT tools to generate commands at the command line. Terminal text editors. * [ash](https://github.com/akashnag/ash) - A simple and clean terminal-based text editor, that aims to be easy to use with modern key-bindings. -* [Diakonos](https://github.com/Pistos/diakonos) - A powerful editor with �standard" keybindings and several advanced features; written in Ruby. +* [Diakonos](https://github.com/Pistos/diakonos) - A powerful editor with “standard" keybindings and several advanced features; written in Ruby. * [Emacs](https://www.gnu.org/software/emacs/) - One of the godfathers of text editors, free long-standing software project, tons of extensions and funcionalities, the biggest drawback (my taste): it needs [E-Lisp](https://www.gnu.org/software/emacs/manual/eintr.html) for being programmed. * [eon](https://github.com/tomas/eon) - A light, modern editor for your terminal that doesn't want to be vim. * [Feather](https://www.feathereditor.com/) - The only terminal based text editor designed to work with BIG files. diff --git a/data/apps.csv b/data/apps.csv index 65dd6c1..35a706d 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -332,7 +332,7 @@ viewers,tabview,,https://github.com/TabViewer/tabview,Python curses command line versioning,Bazaar,http://bazaar.canonical.com/en/,,"Multiplatform version control system supporting diffferent workflows; it is part of the GNU Project, and it is free software sponsored by Canonical." git,grv,,https://github.com/rgburke/grv,"Git Repository Viewer - A terminal based interface for viewing Git repositories. It allows refs, commits and diffs to be viewed, searched and filtered." versioning,fossil,https://fossil-scm.org/,https://github.com/drhsqlite/fossil-mirror,"A simple, high-reliability, distributed software configuration management system with these advanced features: project management, built-in web interface, friendly self-hosting, simple networking, all-in-one standalone executable, and much more." -editors,Diakonos,,https://github.com/Pistos/diakonos,"A powerful editor with �standard"" keybindings and several advanced features; written in Ruby." +editors,Diakonos,,https://github.com/Pistos/diakonos,"A powerful editor with “standard"" keybindings and several advanced features; written in Ruby." utility,yank,,https://github.com/mptre/yank,Reads input from stdin and display a selection interface that allows a field to be selected and copied to the clipboard. terminal,mtm,,https://github.com/deadpixi/mtm,"Micro Terminal Multiplexer - Simple but usable, stable and minimalistic terminal multiplexer." text-processing,sd,,https://github.com/chmln/sd,s[earch] & d[isplace] - An intuitive find & replace CLI a possible replacement for sed.