Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shell alias support #13

Open
timabell opened this issue Dec 3, 2022 · 4 comments
Open

shell alias support #13

timabell opened this issue Dec 3, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@timabell
Copy link
Collaborator

timabell commented Dec 3, 2022

 tim@max:~/repo                                                                                   
$ gitopolis exec ll                                                                               
🏢 gitopolis> ll                                                                                  
thread 'main' panicked at 'Error running exec ll: Os { code: 2, kind: NotFound, message: "No such 
file or directory" }', src/exec.rs:18:10                                                          
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace                     
 tim@max:~/repo                                                                                   
$ ll                                                                                              
total 348K                                                                                        
drwxr-xr-x   3 tim tim 4.0K Oct  9  2021 aaclock                
...

https://github.com/timabell/dotmatrix/blob/592130dd6aea627076f65d392ca5f24f69059c6c/.aliases#L1

@timabell
Copy link
Collaborator Author

timabell commented Dec 3, 2022

@timabell
Copy link
Collaborator Author

timabell commented Dec 3, 2022

@timabell
Copy link
Collaborator Author

timabell commented Dec 5, 2022

Well that turns out to be non-trivial. Shelved. Ideas welcome.

timabell added a commit that referenced this issue Dec 5, 2022
#13

Seeing if we can get shell alias support.
@timabell timabell added the bug Something isn't working label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant