mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 08:34:50 +02:00
add search settings
This commit is contained in:
parent
5207e25678
commit
d829f5f39c
@ -12,4 +12,7 @@
|
||||
* @property {Boolean} directoryView.cols.ctime - Show the creation time column
|
||||
* @property {Boolean} directoryView.cols.mtime - Show the modification time column
|
||||
* @property {Boolean} directoryView.cols.atime - Show the access time column
|
||||
* @property {Object} searchInDirectory - Settings for filtering directory entries
|
||||
* @property {Boolean} searchInDirectory.ignoreCase - false: case sensitive, true: case insensitive
|
||||
* @property {Boolean} searchInDirectory.fullRegex - false: glob matching, true: full regex mode
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user