4103 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
7 results tagged terminal x
  • Note: debug python terminal

    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

    February 12, 2021 at 10:37:06 AM GMT+1 - permalink - archive.org - https:///?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()

    November 17, 2017 at 9:37:26 AM GMT+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 :)

    January 11, 2016 at 11:47:09 AM GMT+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

    January 6, 2016 at 11:01:17 AM GMT+1 - permalink - archive.org - http://cmder.net/
    cmd console putty terminal windows
  • showterm

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

    October 23, 2013 at 4:54:03 PM GMT+2 - permalink - archive.org - http://showterm.io/
    bash enregistrement screencast terminal
  • Opening a new tab in an existing GNOME terminal window
    August 14, 2012 at 11:38:32 AM GMT+2 - permalink - archive.org - http://gleamynode.net/articles/2236/
    gnome tab terminal
  • Le terminal SSH next-gen ! | Korben
    March 5, 2012 at 1:00:14 PM GMT+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