HFS: Hidden things: Difference between revisions

From rejetto wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
* Hold SHIFT at startup to skip configuration loading
* Hold SHIFT at startup to skip configuration loading
* Hold CTRL at startup to skip the ''"only 1 instance"''  feature
* Hold CTRL at startup to skip the ''"only 1 instance"''  feature
* You '''can''' input diff comments, just as in ''File menu → Diff template'', but via file. It works for real-folders only. Put in your folder a file named ''hfs.diff.tpl''. This file has to be a simple text file, and should contain the diff template.
* You can have diff templates on file, as an alternative to input them in the GUI. It works only for real-folders. Put in your folder a file named '''hfs.diff.tpl'''. This file has to be a simple text file, and should contain the diff template.
* ~files.lst can be customized. Simply create a text file named ''filelist.tpl'' and add it to the folder that contains  ''hfs.exe''. Then, insert this content:
* '''~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>
Line 20: Line 20:
: Edit this template to fit your needs.
: Edit this template to fit your needs.


* Sorting by comment is supported (although not used by the default template) since build #167 by using parameter '''sort=c'''
* [Since ver 2.3] Sorting by comment is supported (although not used by the default template) by using parameter '''sort=c'''
* Per-folder default sorting is supported since build #180. [http://www.rejetto.com/forum/index.php?topic=5656.msg1033337#msg1033337 More info].
* [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

Revision as of 23:29, 25 December 2014

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
  • You can have diff templates on file, as an alternative to input them in the GUI. It works only for real-folders. Put in your folder a file named hfs.diff.tpl. This file has to be a simple text file, and should contain the 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