COPYRIGHT AND LICENSE
----------------------

Copyright (C) 2019-2020 Michal Babik

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.


CONTENTS OF THIS FILE
----------------------

 * Copyright and license
 * Contents of this file
 * About
 * Requirements
 * Installation and running
 * Contact and help


About
------

Small File Renamer is an application for renaming files and directories.

Program works in GNU/Linux, FreeBSD.

It was originally made to work with Midnight Commander but it may be used
separately or with some other program.


Requirements
-------------

 * GNU/Linux, FreeBSD
 * GCC / Clang
 * GTK+ 3 (3.22)


Installation and running
------------------------

For installation instructions see INSTALL file.

Program can be run in standalone mode or files can be passed as command
arguments.
Example of use when passing files as command arguments:

    sfrename filename1.ext filename2.ext

I made this program to use it with Midnight Commander to rename files and
directories.

Example use with MC:

    + ! t t
    R       Rename file
            sfrename %f
    + t t
    R       Rename files
            sfrename %t

This are smaple items for Midnight Commander menu file, you can
rename files by selecting them in mc, pressing 'F2' and in menu the 'R' key,
selected files and dirs will be passed to program in command line as
program arguments.


Contact and help
-----------------

If you have problems with the program, please contact me:
michal.babik@pm.me

