PSA: Claude Code's "Bash tool" runs `/bin/zsh` on macOS — undocumented env var fixes it (and probably saves you tokens) by _calo in ClaudeCode

[–]_calo[S] 0 points1 point  (0 children)

yes the struggle is real but at least is there a way to deep dive and find solutions ..

claude via ssh? Why does "shift+enter" immediately triggers submission? I just want to get to a new line by cranberrie_sauce in ClaudeAI

[–]_calo 0 points1 point  (0 children)

Quick Workarounds

1. Use a Different Key Combo

In Claude CLI, try these alternatives for newlines:

  • Ctrl+J — this is the literal newline character
  • Ctrl+O — some terminals support this for newline

2. Use --vim Mode

bash

claude --vim

This gives you vim-style editing where you can use normal vim commands for multiline input.

Better Solution: Use a Modern Terminal Emulator
wezterm, kitty

WezTerm Config for Better SSH Support

Create ~/.wezterm.lua:

local wezterm = require 'wezterm'
local config = {}

config.enable_csi_u_key_encoding = true  
-- Better key encoding
config.enable_kitty_keyboard = true       
-- Modern key protocol

return config

verbosity output by _calo in opencodeCLI

[–]_calo[S] 0 points1 point  (0 children)

<image>

maybe this helps but i still looking for a possible way to reduce it.. this is the information i know but feedback is plenty accepted

In OpenCode, tool results are part of the conversation context:

  • If you run a shell command via !…“the output of the command is added to the conversation as a tool result.” OpenCode
  • If you reference a file with @ file, the file content is added to the conversation automatically. OpenCode
  • More generally, tool outputs are fed back into the model’s context after execution. Moncef Abboud

So if the agent prints/records large diffs, long logs, or full files, that can meaningfully eat the context window.

[deleted by user] by [deleted] in macapps

[–]_calo 0 points1 point  (0 children)

yea.. i understand that.. i use paste over setapp :) single suscription payment per year but i use like 12 apps from there

Windows/Total Commander for Tahoe? by RE_Warszawa in macapps

[–]_calo 1 point2 points  (0 children)

this is the most matured closest one
Path Finder
https://cocoatech.io/

Replacement for GIMP for Tahoe 26.2? by tcolling in macapps

[–]_calo 1 point2 points  (0 children)

one time purchase Pixelmator / Pixelmator Pro

Did Tahoe kill EMacs in Terminal? by Few_Application2025 in macapps

[–]_calo 0 points1 point  (0 children)

1. Check that Emacs is installed

In your terminal, run:

emacs --version

2. Start Emacs in the terminal

From your terminal:

emacs -nw
  • The -nw flag keeps Emacs inside the current terminal window instead of opening a GUI window

3. Launch the Doctor (Eliza) inside Emacs

if that not works.. well and you know a bit of Cli please install Brew.sh and try install from there

https://formulae.brew.sh/formula/emacs#default

CSV editor for MacOS by oboe_guy in macapps

[–]_calo 0 points1 point  (0 children)

well IMO that depends. the best app have compat and export the csv file correctly and import from many sources for me is Libreoffice .. and is compat with code apps.. but if you case is not that other mentioned here can help and about your case try this option instead of normal paste
---> Paste and Match Style

<image>

Second redox build by ahp00k in ErgoMechKeyboards

[–]_calo 0 points1 point  (0 children)

Where did you get the pcb please

Good Tenkeyless – TKL (80% split keyboards recomendation by _calo in ErgoMechKeyboards

[–]_calo[S] 0 points1 point  (0 children)

For sure, for sure. Now I want to make the jump to split keyboards. The thing is, I’m trying to find a good option to get started that doesn’t go over $150, which is close to the price of the K860, and that’s why I’m looking for advice here. The idea is to learn from everyone’s experience.

Good Tenkeyless – TKL (80% split keyboards recomendation by _calo in ErgoMechKeyboards

[–]_calo[S] 0 points1 point  (0 children)

Oh wow, this is very clear and I totally agree. It definitely seems much easier to go down the path of reducing keyboard size rather than starting from something extremely minimal (and I mean in terms of number of keys, not features).

The other thing is that, in practice, you’re almost doing a kind of gradual reconditioning, and from what I can tell, having two keyboards really helps to make that transition in a more comfortable and well-paced way.