Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vids 0.3 #11

Merged
merged 3 commits into from
Aug 19, 2021
Merged

vids 0.3 #11

merged 3 commits into from
Aug 19, 2021

Commits on Aug 17, 2021

  1. vids 0.2.1 (#9)

    ## Add
    	  -P, --player      : change player from the command line
    	  -a, --player-args : set player arguments from the command line
    	  VIDS_DEFAULT_PLAYER_ARGS : set Default arguments which are passed to the player.
    	  -e, --exit        : don't prompt selector again after the player close
    	  VIDS_ONE_SHOT     : Alwayse don't prompt selector again after the player close
    ## Changes
    - player command:
    
    	  from : printf '%s\n' ${video_url} | xargs $VIDS_PLAYER
    	  to   : ${VIDS_PLAYER:?} ${VIDS_PLAYER_ARGS:-} ${video_url}
    - fzf binds:
    
    	  ctrl-t: toggle-all selected videos
    	  cltl-c: copy selected videos to clipboard
    
    - better ui: (#10 (comment))
    odnar-dev authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1f18618 View commit details
    Browse the repository at this point in the history
  2. Update vids

    odnar-dev authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    d4b5f9c View commit details
    Browse the repository at this point in the history
  3. Update README.md

    odnar-dev authored Aug 17, 2021
    Configuration menu
    Copy the full SHA
    800e7de View commit details
    Browse the repository at this point in the history