Will Han
Will Han
For the iOS developer usages, Xcode creates a dynamic iOS app under the `~/Library/Developer/Xcode/...` when running in iOS Simulator. This makes the LuLu detect them as unique applications always, so...
It would be grateful if fzf integrated when searching, just like [rga-fzf](https://github.com/phiresky/ripgrep-all). Or is there any way that could pipe the file result to fzf?
``` Trigger Thread:0 Incident Identifier: 2B9A843C-333E-45BD-96BF-C3A661CF8273 CrashReporter Key: a0dde7c544a9baae8be65e59118eaa0e790ca603 Hardware Model: iPhone6,2 Process: myapp [3364] Path: /private/var/containers/Bundle/Application/92F77905-7D0F-4A08-9664-4CA5005EBAD9/myapp.app/myapp Identifier: com.company.myappcam Version: 8.11.0.1 (8.11.0) AppStoreTools: 13A233 Code Type: ARM-64 (Native) Role: Non...
Command: `nb` Version: 6.4.0 Sample of process: ``` Analysis of sampling bash (pid 79400) every 1 millisecond Process: bash [79400] Path: /usr/local/Cellar/bash/5.2.26/bin/bash Load Address: 0x1056ca000 Identifier: bash Version: 0 Code...
``` _setup_: echo "setup recipe will run BEFORE any other recipe gets triggered" run cmd: echo "do something" _teardown_: echo "teardown recipe will run AFTER any other recipe gets triggered"...
This python code runs good in bash `python main.py` in terminal, the exit code `$?` is 0. ``` python from datetime import datetime from time import sleep try: while True:...