Les Partages de Memiks
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged text  ✕
USA NPR : National Public Radio https://text.npr.org/
Thu Jun 17 10:44:39 2021 archive.org
QRCode
Comments

USA National Public Radio text website

USA National Public Radio text website
GitHub - slap-editor/slap: Sublime-like terminal-based text editor https://github.com/slap-editor/slap
Thu Feb 9 17:26:14 2017 archive.org
QRCode
Comments
thumbnail

Screenshot

slap

slap is a Sublime-like terminal-based text editor that strives to make editing
from the terminal easier. It has:

  • first-class mouse support (even over an SSH connection)
  • a Sublime-like file sidebar
  • double-click to select word, highlight other occurrences
  • configurable Sublime-like keybindings* (Ctrl+S save, Ctrl+Z undo, etc.)
  • copying/pasting with OS clipboard support
  • infinite undo/redo
  • syntax highlighting for 100+ languages
  • bracket matching
  • autoindentation
  • heavily customizeable via plugins
  • ... many other features that will make you leave nano, vim, and emacs behind

Installation

$ curl -sL https://raw.githubusercontent.com/slap-editor/slap/master/install.sh | sh

If you already have NodeJS installed:

$ sudo npm install -g slap@latest

Usage

$ slap fish.c
$ slap fish1.c fish2.c
$ slap redfish/ # open dir
$ slap # new file

Default keybindings

  • Quit: Ctrl+Q
  • Movement: mouse or arrow keys and PageUp/Down/Home/End
    • Shift or click+drag to select, Ctrl/Alt to move faster
  • Save: Ctrl+S
  • Undo: Ctrl+Z, redo: Ctrl+Y
  • List open tabs: Ctrl+L
  • Next/previous tab: Ctrl+Alt+PageUp/Down
  • Close tab: Ctrl+W
  • Find: Ctrl+F
  • Go to line: Ctrl+G
  • Go to matching bracket: Ctrl+]
  • Open: Ctrl+O (or click the filebrowser)
  • New file: Ctrl+N

Configuration

slap supports INI or JSON config files. You can put configuration wherever rc can find it.
A mostly empty configuration file with some useful comments is created in ~/.slap/config
if an existing file isn't found.

Pass configuration via command line:

$ slap --header.style.bg red file.c

Plugins

Slap is fully customizeable and supports plugins written in JS. You can place
single JS files, or NodeJS packages, into ~/.slap/plugins/.

To write your own plugin, a good starting point is
slap-clipboard-plugin.
Please note that plugin packages must have "keywords": ["slap-plugin"] in
package.json.

editor slap terminal sublime text
SourceForge.net: Notepad++ Plugins: Function List http://sourceforge.net/forum/forum.php?thread_id=2018293&forum_id=670934),
Thu Oct 20 07:03:28 2011 archive.org
QRCode
Comments
thumbnail

Get Notepad++ Plugins at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. Notepad++ plugins is a collection of tools which plays a role of completion for Notepad++. This project contains Explorer, Function List, Hex Editor, Spell Checker and a console program NppExec. Other plugin developers are invited to share their projects

Notepad Plugins Software Development Text Editors Open Source Community Code Downloads plugins collection tools which plays role completion for project contains Explorer Function List Hex Editor Spell Checker console program NppExec Other plugin developers are invited share their projects
4033 links, including 962 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn