Pino 0.1.4

| febrero 1, 2010 | 5 Comentarios


Pino es un cliente Twitter escrito en lenguaje Vala, sencillo y rápido.

Acaba de ser actualizado a su versión 0.1.4 con esta lista de cambios:

  • Direct messages support
  • Support for notification in one bubble
  • Notification in the toolbar for each list (home timeline, mentions, direct messages)
  • Changing default number of statuses
  • Button for getting older statuses
  • More reliable requests
  • Faster sending and deleting statuses
  • Holding scroll position between updates
  • Many bugs fixed

Puedes instalarla en Ubuntu agregando su PPA, para eso desde un Terminal:

[note]

sudo add-apt-repository ppa:vala-team/ppa

sudo add-apt-repository ppa:troorl/pino

sudo aptitude update

sudo aptitude install pino

[/note]

Categorías: Sin categoría

Últimas búsquedas:

Nadie ha llegado a esta entrada en los últimos días a través de búsquedas.

Comentarios (5)

Trackback URL | Comments RSS Feed

  1. chanfle dice:

    ya lo he instalado y testeado….no me convencio mucho jaja
    saludos

  2. juancarlospaco dice:

    #!/bin/bash
    # Tweet from CLI, use with xterm -e “script.sh”
    USERNAME=”myusername”
    PASSWORD=”somepassword”
    URL=http://twitter.com/statuses/update.xml
    # Post to Twitter with password.
    #curl -u $USERNAME:$PASSWORD $URL -d status=”$1″ | grep truncated
    # This asks for the password each time instead.
    # Use this if you don’t want your password stored in the script.
    curl -u $USERNAME $URL -d status=”$1″ | grep truncated
    exit 0

  3. chanfle dice:

    retiro lo dicho amigo acabo de actualizar a esta version y me gusto jajaja

  4. shini-kire dice:

    esta buena esta vercion!!silucionado esquina redondeada wi!!! por fin aun que no es la gran diferencia xD!!!!!!!

Dejar un comentario