4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    page 1 / 1
    5 results tagged history x
    • thumbnail
      Using command-line history | Vim Tips Wiki | Fandom

      Navigate through your search history (/) or command history (:) without leaving your home row?

      q:

      q/

      Think "query search" and "query command"

      April 23, 2022 at 7:53:49 PM GMT+2 - permalink - archive.org - https://vim.fandom.com/wiki/Using_command-line_history
      history vim
    • zsh: 17 Shell Builtin Commands

      history command is the same than fc -l

      fc is used to manage history

      MAIS omyzsh declare un alias history :
      https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/history.zsh

      ce qui equivaut à history = fc -l 1

      April 23, 2020 at 10:05:10 AM GMT+2 * - permalink - archive.org - http://zsh.sourceforge.net/Doc/Release/Shell-Builtin-Commands.html
      history zsh
    • thumbnail
      Jerry Hargrove | History of Amazon Web Services

      SQS first service :|

      August 15, 2019 at 2:03:03 PM GMT+2 - permalink - archive.org - https://www.awsgeek.com/pages/AWS-History/
      aws history
    • ben174/git-draw - JavaScript

      ahah

      January 18, 2016 at 10:21:54 AM GMT+1 - permalink - archive.org - https://github.com/ben174/git-draw
      git history
    • thumbnail
      How can I view all historical changes to a file in SVN - Stack Overflow

      Sympa la fonction dans les commentaires, mais pour un gros historique, penser à rajouter un "-l 3" au svn log pour avoir seulement l'historique des 3 derniers changements.

      La version modifée avec le "-l 3" :

      !/bin/bash

      history_of_file

      #

      Outputs the full history of a given file as a sequence of

      logentry/diff pairs. The first revision of the file is emitted as

      full text since there's not previous version to compare it to.

      function history_of_file() {
      url=$1 # current url of file
      svn log -l 3 -q $url | grep -E -e "^r[[:digit:]]+" -o | cut -c2- | sort -n | {

      first revision as full text

          echo
          read r
          svn log -r$r $url@HEAD
          svn cat -r$r $url@HEAD
          echo

      remaining revisions as differences to previous revision

          while read r
          do
              echo
              svn log -r$r $url@HEAD
              svn diff -c$r $url@HEAD
              echo
          done
      }

      }

      history_of_file $1

      November 26, 2014 at 2:05:56 PM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/282802/how-can-i-view-all-historical-changes-to-a-file-in-svn
      history svn
    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