Merge branch 'master' of github.com:etorres4/file-scripts
This commit is contained in:
commit
0a13889c4d
7
README
Normal file
7
README
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Requirements
|
||||||
|
------------
|
||||||
|
|
||||||
|
* python >= 3.0
|
||||||
|
* fd
|
||||||
|
* fzf
|
||||||
|
* python-termcolor
|
0
bin/cptemplate
Executable file → Normal file
0
bin/cptemplate
Executable file → Normal file
0
bin/quickdel
Executable file → Normal file
0
bin/quickdel
Executable file → Normal file
@ -1,10 +1,10 @@
|
|||||||
class HelperScripts < Formula
|
class HelperScripts < Formula
|
||||||
desc "Various scripts for performing file-related operations such as editing and deleting"
|
desc "Various scripts for performing file-related operations such as editing and deleting"
|
||||||
homepage "https://github.com/etorres4/helper-scripts"
|
homepage "https://github.com/etorres4/file-scripts"
|
||||||
url "https://github.com/etorres4/file-scripts",
|
url "https://github.com/etorres4/file-scripts",
|
||||||
:using => :git
|
:using => :git
|
||||||
sha256 "7b6c3f363e3b34787765b5975d87f861a19eeda278612cbf8c5176e3e2732cd9"
|
sha256 "7b6c3f363e3b34787765b5975d87f861a19eeda278612cbf8c5176e3e2732cd9"
|
||||||
version "0.9"
|
version "0.9.1"
|
||||||
|
|
||||||
# No build dependencies
|
# No build dependencies
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
0
file_scripts/__init__.py
Normal file → Executable file
0
file_scripts/__init__.py
Normal file → Executable file
0
file_scripts/editor.py
Normal file → Executable file
0
file_scripts/editor.py
Normal file → Executable file
0
file_scripts/error.py
Normal file → Executable file
0
file_scripts/error.py
Normal file → Executable file
0
file_scripts/fzf.py
Normal file → Executable file
0
file_scripts/fzf.py
Normal file → Executable file
0
file_scripts/search.py
Normal file → Executable file
0
file_scripts/search.py
Normal file → Executable file
2
setup.py
Normal file → Executable file
2
setup.py
Normal file → Executable file
@ -9,7 +9,7 @@ SCRIPTS = ["bin/fedit", "bin/cptemplate", "bin/quickdel"]
|
|||||||
CMDCLASS = {"build_sphinx": BuildDoc}
|
CMDCLASS = {"build_sphinx": BuildDoc}
|
||||||
|
|
||||||
# ========== Functions ==========
|
# ========== Functions ==========
|
||||||
with open("README.rst", "r") as fh:
|
with open("README", "r") as fh:
|
||||||
long_description = fh.read()
|
long_description = fh.read()
|
||||||
|
|
||||||
# ========== Package Setup ==========
|
# ========== Package Setup ==========
|
||||||
|
0
tests/__init__.py
Normal file → Executable file
0
tests/__init__.py
Normal file → Executable file
0
tests/test_editor.py
Normal file → Executable file
0
tests/test_editor.py
Normal file → Executable file
0
tests/test_fzf.py
Normal file → Executable file
0
tests/test_fzf.py
Normal file → Executable file
0
tests/test_search.py
Normal file → Executable file
0
tests/test_search.py
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user