summaryrefslogtreecommitdiff
path: root/docs/tml-config.md
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2020-08-18 18:24:59 -0700
committerlouie <lshprung@yahoo.com>2020-08-18 18:24:59 -0700
commitb35606d04316b3ba2c9c7a5fcdaf12a3ac3e6ccc (patch)
tree133838484047a5d123dcf3ee7ea3456e4f8d5de9 /docs/tml-config.md
parent73ba31618b28d72e241ff066080ed1a407a82aa3 (diff)
Added hideFile option to read_cfg
Diffstat (limited to 'docs/tml-config.md')
-rw-r--r--docs/tml-config.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tml-config.md b/docs/tml-config.md
index 3b843e1..e0c782b 100644
--- a/docs/tml-config.md
+++ b/docs/tml-config.md
@@ -15,6 +15,7 @@
- [addNameF](#addNameF)
- [addR](#addR)
- [hide](#hide)
+ - [hideFile](#hideFile)
- [Settings](#Settings)
- [autoAlias](#autoAlias)
- [compMode](#compMode)
@@ -84,6 +85,12 @@ tml will hide empty groups, so you will need to know how to add entries to a gro
`hide` will remove a specified entry from a specified group. The entry argument should refer to the entry's name, rather than the entry's path. This option may be useful to hide certain files after adding entries with the '\*' operator. *At the moment, hide can only hide a single entry*.
+### hideFile
+
+- **hideFile** *path* *group*
+
+`hideFile` has the exact same functionality as `hide`, but takes the absolute path of the entry to hide as the first argument, instead of the name.
+
## Settings
If any of the following settings are specified, they should be at the top of the config file.