Compare commits
2 Commits
a9f2fe51ad
...
affbbba82b
Author | SHA1 | Date | |
---|---|---|---|
affbbba82b | |||
39927b6c7e |
@ -5,6 +5,8 @@
|
||||
|
||||
Code Activator provides fast project navigation in the terminal through both an API and CLI.
|
||||
|
||||

|
||||
|
||||
## Contributing
|
||||
See our [contributing guide](./docs/CONTRIBUTING.md) and [code of conduct](./docs/CODE_OF_CONDUCT.md).
|
||||
|
||||
|
BIN
docs/demo.gif
Normal file
BIN
docs/demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 696 KiB |
@ -25,6 +25,7 @@ _CA_LIST() {
|
||||
{
|
||||
for base_dir in $CA__DIRS
|
||||
do
|
||||
[ ! -d $base_dir ] && continue
|
||||
{ cd $base_dir; ls -d *; } \
|
||||
| awk '{print "'$(basename $base_dir)/'"$1;}'
|
||||
done
|
||||
|
Reference in New Issue
Block a user