mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
feat: config file
This commit is contained in:
parent
6ba4591db9
commit
2699238bb1
16 changed files with 452 additions and 286 deletions
|
|
@ -7,10 +7,9 @@ use colored::Colorize;
|
|||
use inquire::*;
|
||||
use ui::Color;
|
||||
|
||||
use crate::data::Data;
|
||||
use crate::rules::match_pattern;
|
||||
use crate::shell::{
|
||||
add_candidates_no_dup, module_output, shell_evaluated_commands, shell_syntax, Data,
|
||||
};
|
||||
use crate::shell::{add_candidates_no_dup, module_output, shell_evaluated_commands, shell_syntax};
|
||||
use crate::style::highlight_difference;
|
||||
|
||||
pub fn suggest_candidates(data: &mut Data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue