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

Implementing UNIX-like secrets ls command #255

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Commits on Aug 30, 2024

  1. feat: adding unix-like ls for secrets

    wip: working on adding unix-like ls support
    
    feat: added ls for listing vaults with long and short formatting
    
    [ci skip]
    
    feat: added option to show hidden files and removed redundant metadata
    
    [ci skip]
    
    feat: added directory traversal, showing hidden files by default
    
    [ci skip]
    
    chore: simplified pattern formatting code
    
    [ci skip]
    
    chore: updated long list formatting and added header option
    
    [ci skip]
    
    chore: updated long list formatting and header formatting
    
    [ci skip]
    
    chore: updated date formatter to handle old files
    
    chore: removed redundant directory rpc call and removed leading slashes from file paths
    
    [ci skip]
    
    chore: added error handling for invalid patterns
    
    [ci skip]
    
    chore: updated long list formatting using table formatter
    
    [ci skip]
    
    chore: added new parser for parsing secret filepaths
    
    [ci skip]
    
    chore: simplifying functionality for merging
    
    [ci skip]
    
    chore: cleaning up code
    
    [ci skip]
    
    chore: fixed tests
    
    chore: consolidating redundant maps
    
    fix: lint
    
    chore: updated tests and added edge cases
    
    fix: lint
    [ci skip]
    
    chore: updated parsers
    [ci skip]
    aryanjassal authored and tegefaulkes committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bc8fcf1 View commit details
    Browse the repository at this point in the history
  2. chore: chore: updated polykey to ^1.10.0

    [ci skip]
    tegefaulkes committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b7871a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2d70c1 View commit details
    Browse the repository at this point in the history