• 6TM
  • My links
  • Tags
  • pics
  • RSS
  • Login
Filter untagged links
12 results tagged Tool

Command Line / TUI for Signal Messaginghttps://sh.6tm.es/

  • Messaging
  • Tool
  • OPS
  • Cli
  • WIP
  • Messaging
  • Tool
  • OPS
  • Cli
  • WIP

SIGNAL-CLI

brew install signal-cli # install signal cmd
signal link # install signal cmd
signal-cli --help # signal basic cmd
signal-cli send --help # signal basic cmd
signal-cli listContacts # list contacts as signal basic cmd
signal-cli send -m "OK" +33601234567 # --note-to-self / send msg to contact with signal basic cmd
signal-cli receive # receive msg with signal cmd
  • explore other tools as signal src
    • https://github.com/mh-g/python-signal-cli # needs https://github.com/AsamK/signal-cli/wiki/DBus-service
    • https://github.com/camwebb/signal-cli-wrapper # need gawk-json

SIGNAL TUI

  • https://github.com/johnsideserf/siggy # signal tui as macos messaging tool
    brew trust --formula johnsideserf/siggy/siggy # macos install as signal tui
    brew install siggy # macos install as signal tui
Permalink
August 23, 2026 at 12:55:21 PM GMT+2
QRCode
archive.org

tombonez/noTunes: A simple macOS application that will prevent iTunes or Apple Music from launching.https://github.com/tombonez/noTunes

  • MacOS
  • Config
  • Media
  • Tool
  • MacOS
  • Config
  • Media
  • Tool

  • brew install --cask notunes
  • System Preferences -> Users & Groups -> "Login Items" -> add noTunes
  • enable noTunes to prevent Apple Music from opening
Permalink
August 9, 2026 at 9:47:11 AM GMT+2
QRCode
archive.org

software recommendation - How do I convert a PNG to SVG? - Ask Ubuntuhttps://askubuntu.com/questions/470495/how-do-i-convert-a-png-to-svg

  • TIL
  • Media
  • Cli
  • Tool
  • Tip
  • TIL
  • Media
  • Cli
  • Tool
  • Tip

autotrace -output-format svg inputfile | tee inputfile.svg

Permalink
June 15, 2026 at 6:47:18 PM GMT+2
QRCode
archive.org

GitHub - linuxmint/warpinator: Share files across the LAN · GitHub - Liens en vrac de sebsauvagehttps://sebsauvage.net/links/?L1xVZg

  • Send
  • File
  • Tool
  • Share
  • OPS
  • Send
  • File
  • Tool
  • Share
  • OPS

envoyer, avec un minimum d'effort, un fichier ou un bout de texte d'une machine à une autre sur le même réseau local. Ça marche sous Linux, Windows et Android.

Permalink
June 4, 2026 at 5:37:39 PM GMT+2
QRCode
archive.org

Install mediainfo plugin for Yazi on Macoshttps://sh.6tm.es/shaare/_84Ryg

  • MacOS
  • Media
  • Tool
  • Install
  • TIL
  • OPS
  • MacOS
  • Media
  • Tool
  • Install
  • TIL
  • OPS

brew install media-info # install mediainfo cli via Homebrew
ya pkg add boydaihungst/mediainfo # install mediainfo plugin for Yazi
# add mediainfo parameters in config
cat<<EOF>>~/.config/yazi/yazi.toml
[plugin]
  prepend_preloaders = [
    # Replace magick, image, video with mediainfo
    { mime = "{audio,video,image}/*", run = "mediainfo" },
    { mime = "application/subrip", run = "mediainfo" },
    # Adobe Illustrator, Adobe Photoshop is image/adobe.photoshop, already handled above
    { mime = "application/postscript", run = "mediainfo" },
  ]
  prepend_previewers = [
    # Replace magick, image, video with mediainfo
    { mime = "{audio,video,image}/*", run = "mediainfo"},
    { mime = "application/subrip", run = "mediainfo" },
    # Adobe Illustrator, Adobe Photoshop is image/adobe.photoshop, already handled above
    { mime = "application/postscript", run = "mediainfo" },
  ]
EOF
  • Source
Permalink
May 9, 2026 at 11:03:50 AM GMT+2
QRCode
archive.org

linuxserver/docker-webtop: Ubuntu, Alpine, Arch, and Fedora based Webtop images, Linux in a web browser supporting popular desktop environments.https://github.com/linuxserver/docker-webtop

  • Devops
  • Tool
  • Infra
  • Local
  • TIL
  • OPS
  • Devops
  • Tool
  • Infra
  • Local
  • TIL
  • OPS

  • get GNU/Linux OS in your brower with this docker-compose.yaml:
    services:
    webtop:
    container_name: webtop
    image: lscr.io/linuxserver/webtop:arch-xfce
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris           # ← change to your timezone
      - LC_ALL=fr_FR.UTF-8 
      - DOCKER_MODS=linuxserver/mods:universal-package-install
      - INSTALL_PACKAGES=git|tree|vim
    ports:
      - 3000:3000
    volumes:
      - ./webtop-config:/config         # persistent home directory + settings
      - ./tmp:/tmp
    shm_size: 1gb                       # very important for performance!
Permalink
January 22, 2026 at 11:36:34 AM GMT+1
QRCode
archive.org

Convert m4a audio file in mp3 audio file with ffmpeg commandhttps://www.reddit.com/r/VLC/comments/1pxgtl1/can_i_convert_a_mp3_to_m4a/

  • Media
  • TIL
  • Tip
  • Convert
  • Tool
  • Media
  • TIL
  • Tip
  • Convert
  • Tool

ffmpeg -i inFile.m4a -c:a mp3 -b:a 192k outFile.mp3 #  if the conversion is failing use -vn
Permalink
January 7, 2026 at 11:02:15 PM GMT+1
QRCode
archive.org

TermsTooLong - Understand Privacy & Legal Termshttps://www.termstoolong.com/

  • Tool
  • Website
  • Tool
  • Website

Get note review from EULA (CGU in French)

Source

Permalink
January 7, 2026 at 9:36:35 PM GMT+1
QRCode
archive.org

Access / Upload / Navigate between files / directory to Kindlehttps://sh.6tm.es/shaare/E-GMgw

  • Kindle
  • Book
  • Tool
  • Kindle
  • Book
  • Tool

Use these apps:

  • Calibre
  • OpenMTP
Permalink
January 5, 2026 at 10:12:30 PM GMT+1
QRCode
archive.org

How to automatically reload Ghostty configuration?https://sh.6tm.es/shaare/qp2Hfg

  • TIL
  • Devops
  • Tool
  • Tip
  • Terminal
  • TIL
  • Devops
  • Tool
  • Tip
  • Terminal

For MacOS, run this command for Ghostty Terminal Emulator

find ~/Library/Application\ Support/com.mitchellh.ghostty ~/.config/ghostty 2>/dev/null | entr pkill -SIGUSR2 ghostty
  • source
  • man entr
Permalink
December 30, 2025 at 9:27:37 AM GMT+1
QRCode
archive.org

Install yt-dlp package with Deno and its dependencieshttps://sh.6tm.es/shaare/rszk3Q

  • Media
  • Tool
  • Media
  • Tool

  • install yt-dlp with all dependencies (Deno included) for resolving Youtube JS challenge when using yt_dlp module.

    python3 -m pip install -U --pre "yt-dlp[default]"
  • Github Issue source

Permalink
December 2, 2025 at 3:12:55 PM GMT+1
QRCode
archive.org

Play locally a 360° video downloaded from Youtube with VLChttps://sh.6tm.es/shaare/jquFTg

  • Media
  • Tool
  • Media
  • Tool

yt-dlp --ignore-config --extractor-arg "youtube:player_client=android_vr" <youtube_url>

Then run VLC to play downloaded webm video file.

Permalink
November 27, 2025 at 7:14:13 PM GMT+1
QRCode
archive.org
Links per page
  • 20
  • 50
  • 100
Shaarli 96 shaares · Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation · Theme : Stack · Font : DINish
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community