parseablehq / pb

CLI client for Parseable server. Inspect, query and analyse Parseable log data from your terminal.
https://parseable.com
GNU Affero General Public License v3.0
15 stars 8 forks source link

Filter/list #47

Closed Koustavd18 closed 2 months ago

Koustavd18 commented 2 months ago

Feature: saved filter listing/apply/delete This pr adds 3 functionalities to pb. Now a user can see their saved Filters using the command pb query list which will open a interactive menu with a list of their saved filters then the user can apply the filter using 'a' or enter and can also delete the filter using the 'd' button. *note: this pr disables the -i or --interactive flag for pb query run command