evandrojr / Search-Files

Look for files that contain some desired pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

==================================English====================================================

====Description======

Search Files, a simple multiplatform software for text and file search.
It is supposed to work with unicode and other fancy text encoding.

====Instructions====

Windows:

	Download the executable from: 
	https://github.com/evandrojr/Search-Files/blob/master/bin/Debug/searchfiles.exe?raw=true
	To execute from Windows just double click on: searchfiles.exe or searchfiles in case you cannot see the .exe extension.
	
Linux/FreeBSD:	

	Download the executable from: 
	https://github.com/evandrojr/Search-Files/blob/master/bin/Debug/searchfiles.exe?raw=true
	To execute from Linux, 1st install Mono with Windows Forms support.

		sudo apt-get install mono-winforms-ally

	then run:

		mono searchfiles.exe
	
	Alternativelly you can run the script as long you put it in the same directory of searchfiles.exe.
	https://github.com/evandrojr/Search-Files/blob/master/scripts/searchfiles.sh?raw=true (right click and save the file in the same directory of searchfiles.exe)
	

==================================Portuguese====================================================

Descrição

Programa multiplataforma para pesquisar texto em arquivos. Funciona com arquivos unicode e outros tipos de conjunto de caracteres.

 Instruções

	 Faça o download do executável a partir de: 
	 https://github.com/evandrojr/Search-Files/blob/master/bin/Debug/searchfiles.exe?raw=true

 Windows:

	 Para executar a partir do Windows basta clicar duas vezes em: searchfiles.exe.

 Linux / FreeBSD:	

                 Para executar a partir de Linux ou Freebsd, primeiro instalar o Mono com o suporte ao Windows Forms.

               Linux:
		 sudo apt-get install mono-winforms-ally

              FreeBSD

              baixar e instalar: 
              http://code.google.com/p/bsd-sharp/downloads/detail?name=portshaker-1.0.4.tar.gz&can=2&q=

              em seguida, execute:

		 mono searchfiles.exe

	 Alternativamente você pode executar o script abaixo:

	 https://github.com/evandrojr/Search-Files/blob/master/scripts/searchfiles.sh?raw=true

                 (Use o botão direito e salve o arquivo no mesmo diretório de searchfiles.exe definindo searchfiles.sh como arquivo tipo executável +x)

Bugs:
Abrir tiquete no github ou mandar email mesmo.

	
Hope you'll enjoy!
Evandrojr@gmai.com	


About

Look for files that contain some desired pattern


Languages

Language:C# 100.0%Language:Shell 0.0%