12101 links
3050 private links
  • Signets de talou
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
  • thumbnail
    How to use bookmarks in bash/zsh. | by threkk | Medium

    Shell Bookmarks in .bashrc

    if [ -d "$HOME/.bookmarks" ]; then
    export CDPATH=".:$HOME/.bookmarks:/"
    alias goto="cd -P"
    _goto()
    {
    local IFS=$'\n'
    COMPREPLY=( $( compgen -W "$(/bin/ls ~/.bookmarks)" -- ${COMP_WORDS[COMP_CWORD]} ) )
    } && complete -F _goto goto
    fi

    September 13, 2021 at 12:02:57 PM GMT+2 * - permalink -
    QRCode
    - https://threkk.medium.com/how-to-use-bookmarks-in-bash-zsh-6b8074e40774
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
talou sur le Fédiverse