This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Display warnings if certain well-known directories (e.g. .git) are imported #85
Labels
feature request
Request for new functionality
good first issue
Good for newcomers
user-facing
Improvement that increases user experience
Lorri should make an effort to help the user prevent common mistakes, by displaying (silence-able?) warnings.
.git
directoriesIn another step, if we know what kind of project the user has, we can check for language-specific directories (e.g.
target/
for Rust/cargo
projects). Or even implement that logic for them with our own library ofmkShell
-like functions (lorriRustProject
,lorriGoProject
…).This is a step towards #84
The text was updated successfully, but these errors were encountered: