mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 04:30:56 +01:00
Add interactive filter/selection tool (#58)
This commit is contained in:
@@ -73,7 +73,7 @@ func Execute() {
|
||||
}
|
||||
|
||||
if ShowManual {
|
||||
Pager("tablizer manual page", manpage)
|
||||
lib.Pager("tablizer manual page", manpage)
|
||||
|
||||
return
|
||||
}
|
||||
@@ -130,6 +130,8 @@ func Execute() {
|
||||
"Yank the speficied columns (separated by ,) to the clipboard")
|
||||
rootCmd.PersistentFlags().StringVarP(&conf.TransposeColumns, "transpose-columns", "T", "",
|
||||
"Transpose the speficied columns (separated by ,)")
|
||||
rootCmd.PersistentFlags().BoolVarP(&conf.Interactive, "interactive", "I", false,
|
||||
"interactive mode (experimental)")
|
||||
|
||||
// sort options
|
||||
rootCmd.PersistentFlags().StringVarP(&conf.SortByColumn, "sort-by", "k", "",
|
||||
|
||||
Reference in New Issue
Block a user