Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
7 results tagged terminal  ✕
How To Switch Kernels In Manjaro Linux https://www.addictivetips.com/ubuntu-linux-tips/switch-kernels-in-manjaro-linux/
Mon Apr 8 14:12:43 2019 archive.org
QRCode
thumbnail

How To Switch Kernels In Manjaro Linux

manjaro kernel switch terminal
marker/README.md at master · pindexis/marker · GitHub https://github.com/pindexis/marker/blob/master/README.md
Fri Feb 8 02:02:58 2019 archive.org
QRCode
thumbnail

The terminal command palette. Contribute to pindexis/marker development by creating an account on GitHub.

bash shell python terminal
How to start GUI linux programs from the command line, but separate from the command line? - Super User - Liens Ecyseo - Les liens de Knah Tsaeb https://book.knah-tsaeb.org/?IGlf2g
Tue Sep 5 23:10:23 2017 archive.org
QRCode
thumbnail

Moi j'utilise couramment "nohup" "2>&1 >/log.txt" et "&"

ce qui donne :

"nohup firefox 2>&1 > ./log.txt &"

pourquoi ?
nohup "détache" la commande suivante du terminal, même si le parent meurt le programme reste actif (en fait il est rattaché au process init 0)

le 2>&1 "redirige la sortie d'erreur 2 vers la sortie standard 1
le > log.txt redirige les sorties vers un fichier (pratique si ça plante tu as les erreurs)

et enfin le & rend la main au terminal en cours en "forkant" le processus.

Voilà.

PS: tu peux le faire avec detach, attach etc mais c'est plus bas niveau....

nohup terminal
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
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
Shell Prompt Spider-Sense - Abstractions & Applications http://nathanic.org/posts/2013/shell-prompt-spider-sense/
Thu Apr 16 22:03:20 2015 archive.org
QRCode
thumbnail

Comprendre le prompt de votre terminal POSIX

prompt terminal posix
frontend of fsarchiver http://zolli.altervista.org/fsa_dial/
Wed May 21 18:39:19 2014 archive.org
QRCode
thumbnail

Une interface à fsarchiver en terminal.

Le développeur fournit même une version modifiée de systemrescuecd qui contient son interface.

Pas mal à tester.

fsarchiver terminal rescue
css-terminal injector javascript:(function(){var%20d=document,ct=d.getElementById('css-terminal');if(ct){ct.focus();return;}var%20s=d.createElement('script');s.src='http://barberboy.github.com/css-terminal/lib/css-terminal-min.js';d.body.appendChild(s)})()
Sat Feb 18 00:37:22 2012 archive.org
QRCode
thumbnail

http://barberboy.github.com/css-terminal/

css inject terminal
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn