Skip to content

rsmith-nl/far

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find and Replace

Date: 2020-10-27
tags:python3
Author: Roland Smith

Introduction

This is a simple GUI to find a file in a directory tree by name and replace it by another file. It is mainly meant for ms-windows which lacks the find program available on POSIX systems.

Requirements

  • Python 3.6+
  • Tkinter

(Most Python distributions for ms-windows include tkinter.)

Installation

To install it for the local user, run:

python setup.py install

This will install it in the user path for Python scripts. For POSIX operating systems this is ususally ~/.local/bin. For ms-windows this is the Scripts directory of your Python installation or another local directory. Make sure that this directory is in your $PATH environment variable.

License

MIT. See LICENSE.txt

About

Small GUI program to find and replace files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published