develmaycare / pyprojectutils

A collection of documentation and command line utilities for managing a software project.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Quick Edit a File Within a Project #18

Open develmaycare opened 7 years ago

develmaycare commented 7 years ago

Often times, you need to quickly edit a file without needing to load the IDE. This command would allow a file to be editing quickly and with fuzzy matching. For example

quickedit project_name file_name

An environment variable could be set to indicate which editor to use.