Skip to content

Conversation

@odnar-dev
Copy link
Member

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: (ideas? #10 (comment))

## 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 odnar-dev merged commit d8b4b40 into main Aug 19, 2021
@odnar-dev odnar-dev deleted the main-dev branch August 19, 2021 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant