Roeniss Moon

Results 45 issues of Roeniss Moon

First Thank you for such a cool workflow. I tried this: ```text [헬로] secret = AAAAAAAAAAAAAAAA ``` but it doesn't work. When I changed `헬로` to `hello`, it works perfectly....

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...

Hi, I use Korean (`ko_kr`) but seems that `jless` doesn't support this language. given: ```sh echo '{"hello":"헬로"}' | jless ``` expected: ```text {"hello":"헬로"} ``` result: ```text {"hello":""} ```

If you see this error when you execute `rainbowstream`: ```text Your ~/.rainbow_config.json is messed up: >>> [Errno 2] No such file or directory: '/Users/YOUR_NAME/.rainbow_config.json' ``` execute this: ```bash echo '{}'...

tldr: what about `pet exec --stand` to edit command before executing? --- For example, if I typed `pet exec -q=tmux` I can see this screen : ```bash > [tmux new...

![a](https://user-images.githubusercontent.com/26613280/97938579-1ac7da00-1dc5-11eb-99cd-dc7f0d2e9786.gif) currently I'm using macOS(10.15.x), zsh, fzf. # motivation When I typed `pet exec -q private`, my fzf find two available commands, but I want it to be executed with...

feature-request

I can't `make`: ```bash /root/faiss-server/src/protobuf/faiss.pb.h:17:2: error: #error This file was generated by an older version of protoc which is #error This file was generated by an older version of protoc...

I downloaded the latest binary file, but it fails to start: ```sh ❯❯❯ rm -rf /Users/roeniss/.go-cookies # actually, it doesn't exist ❯❯❯ sudo ./deleter-macos # I also tried deleter-macos-arm64 Waiting...

Hi, at https://github.com/warpdotdev/workflows/blob/main/FORMAT.md#shells it said the `shell` field can be unspecified, but it can not be omitted: ``` ... shells: []

when I typed above, the result was "2020-08-24T23:00:00 ~ 2020-08-25T00:00:00", rather than "2020-08-24T11:00:00 ~ 2020-08-25T12:00:00" which I thought it would. can we change this stuff? I think 24-hour time system...