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

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