HFS: Hidden things: Difference between revisions

From rejetto wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Here is a list of features with no GUI.
These features are not available from the GUI.
You just have to know that they are there.
You just have to know that they exist.
* Holding SHIFT on start skips configuration loading
* Hold SHIFT at startup to skip configuration loading
* ~files.lst can be customized. create a text file ''filelist.tpl'' in the folder with ''hfs.exe'', then put this content
* Hold CTRL at startup to skip the ''"only 1 instance"''  feature
* If you have a real folder containing a file named ''hfs.diff.tpl'', that will be used as diff template.
* '''~files.lst''' can be customized. Simply create a text file named '''hfs.filelist.tpl''' and add it to the folder that contains  '''hfs.exe'''. Then, insert this content:
 
<pre>
<pre>
%files%
%files%
Line 10: Line 13:


[file]
[file]
http://%host%%encoded-folder%%item-url%
%item-full-url%
 
[folder]
%item-full-url%
</pre>
</pre>
edit this template to fit your needs.
: Edit this template to fit your needs.
 


[[Image:007.jpg]]
* [Since ver 2.3] Sorting by comment is supported (although not used by the default template) by using parameter '''sort=c'''
* [Since ver 2.3] Per-folder default sorting is supported [http://www.rejetto.com/forum/index.php?topic=5656.msg1033337#msg1033337 More info]
* [Since ver 2.3] Adding a folder "upload" from the disk, will quickly give you upload permissions

Latest revision as of 10:31, 10 May 2020

These features are not available from the GUI. You just have to know that they exist.

  • Hold SHIFT at startup to skip configuration loading
  • Hold CTRL at startup to skip the "only 1 instance" feature
  • If you have a real folder containing a file named hfs.diff.tpl, that will be used as diff template.
  • ~files.lst can be customized. Simply create a text file named hfs.filelist.tpl and add it to the folder that contains hfs.exe. Then, insert this content:
%files%

[files]
%list%

[file]
%item-full-url%

[folder]
%item-full-url%
Edit this template to fit your needs.
  • [Since ver 2.3] Sorting by comment is supported (although not used by the default template) by using parameter sort=c
  • [Since ver 2.3] Per-folder default sorting is supported More info
  • [Since ver 2.3] Adding a folder "upload" from the disk, will quickly give you upload permissions