4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
8 results tagged terminal x
  • thumbnail
    GitHub - Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal.
    • https://pypi.org/project/simple-term-menu/
    • https://click.palletsprojects.com/en/8.1.x/
    4 mai 2022 à 09:58:14 UTC+2 - permalink - archive.org - https://github.com/Textualize/rich
    color format python terminal
  • Note: debug python terminal

    ++++++++++++++++++++++
    Version avec interface cmd
    ++++++++++++++++++++++

    Prérequis :

    pip install pudb

    Pour docker, dans le docker compose ajouter

    stdin_open: true
    tty: true
    Faire docker attach container_name

    Comment break/debug :

    Là où on veut break, il suffit de coller cette ligne : import pudb; pu.db

    Dans le terminal où on a fait docker attach on doit voir l'interface de pudb

    ++++++++++++++++++++++
    Version + simple
    ++++++++++++++++++++++
    Prérequis : python 3.7

    Pour docker, dans le docker compose ajouter

    stdin_open: true
    tty: true
    Faire docker attach container_name

    Comment break/debug :

    breakpoint()

    Dans le terminal où on a fait docker attach on doit voir un prompt

    On peut print les variables
    "continue" pour continuer

    12 février 2021 à 10:37:06 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?lTcZoA
    debug pudb python terminal
  • thumbnail
    python - Print in terminal with colors? - Stack Overflow

    def print_format_table():
    """
    prints table of formatted text format options
    """
    for style in range(8):
    for fg in range(30,38):
    s1 = ''
    for bg in range(40,48):
    format = ';'.join([str(style), str(fg), str(bg)])
    s1 += '\x1b[%sm %s \x1b[0m' % (format, format)
    print(s1)
    print('\n')

    print_format_table()

    17 novembre 2017 à 09:37:26 UTC+1 - permalink - archive.org - https://stackoverflow.com/questions/287871/print-in-terminal-with-colors
    color python terminal
  • Select rectangular screen area | commandlinefu.com

    Peut etre utile pour cc à la souris dans un split vim ou screen!

    Aussi pour cc plusieurs lignes dans vim sans prendre la column number :)

    11 janvier 2016 à 11:47:09 UTC+1 - permalink - archive.org - http://www.commandlinefu.com/commands/view/15021/select-rectangular-screen-area
    screen selection terminal tips vim
  • cmder | Console Emulator

    A tester

    6 janvier 2016 à 11:01:17 UTC+1 - permalink - archive.org - http://cmder.net/
    cmd console putty terminal windows
  • showterm

    Un truc pour faire du screencast de terminal, ça peut servir

    23 octobre 2013 à 16:54:03 UTC+2 - permalink - archive.org - http://showterm.io/
    bash enregistrement screencast terminal
  • Opening a new tab in an existing GNOME terminal window
    14 août 2012 à 11:38:32 UTC+2 - permalink - archive.org - http://gleamynode.net/articles/2236/
    gnome tab terminal
  • thumbnail
    Le terminal SSH next-gen ! | Korben
    5 mars 2012 à 13:00:14 UTC+1 - permalink - archive.org - http://korben.info/le-terminal-ssh-next-gen.html
    putty soft terminal
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation