Convert to markdown formatting
This commit is contained in:
		
							
								
								
									
										33
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										33
									
								
								README
									
									
									
									
									
								
							| @@ -1,19 +1,20 @@ | |||||||
| Various scripts for performing file-related operations such as editing and deleting. | Various scripts for performing file-related operations such as editing | ||||||
|  | and deleting. | ||||||
|  |  | ||||||
| Q: Why is this simple script written as a Python 3.7+ library? | Q: Why is this simple script written as a Python 3.7+ library? A: I can | ||||||
| A: I can reuse the functions across multiple scripts and changes to the underlying programs can be accounted for in only their respective modules. | reuse the functions across multiple scripts and changes to the | ||||||
|  | underlying programs can be accounted for in only their respective | ||||||
|  | modules. | ||||||
|  |  | ||||||
| Requirements | # Requirements | ||||||
| ------------ | -   fd | ||||||
| * fd | -   fzf | ||||||
| * fzf | -   mlocate | ||||||
| * mlocate | -   python \>= 3.7 | ||||||
| * python >= 3.7 | -   python-termcolor | ||||||
| * python-termcolor |  | ||||||
|  |  | ||||||
| Build Requirements | # Build Requirements | ||||||
| ------------------ | -   python \>= 3.7 | ||||||
| * python >= 3.7 | -   pytest | ||||||
| * pytest | -   python-hypothesis | ||||||
| * python-hypothesis | -   python-sphinx | ||||||
| * python-sphinx |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user