Skip to content

tmux based cli tool for searching s3 objects using fuzzy search

License

Notifications You must be signed in to change notification settings

paololazzari/s3-fuzzy-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3-fuzzy-viewer

s3-fuzzy-viewer is a cli tool that allows you to search for s3 objects using fuzzy search

demo

Usage

s3-fuzzy-viewer

or, using docker:

docker run --rm -it -v ~/.aws:/root/.aws:ro plazzari/s3-fuzzy-viewer:latest
  • to move between the two windows, use tab
  • to select the bucket of interest, press enter in the first window
  • to scroll the content of the selected object up and down, use shift+up or shift+down
  • to exit printing to stdout the selected object, press enter
  • to kill, use ctrl+c or ctrl+d
  • to make the focused window smaller or larger, use ctrl-b + < or ctrl-b + >

Prerequisites

Installation

curl -O https://raw.githubusercontent.com/paololazzari/s3-fuzzy-viewer/master/s3-fuzzy-viewer
cp s3-fuzzy-viewer /usr/local/bin/s3-fuzzy-viewer
chmod +x /usr/local/bin/s3-fuzzy-viewer

About

tmux based cli tool for searching s3 objects using fuzzy search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published