Hacker News new | ask | show | jobs
by 8note 151 days ago
ive certainly had this problem before, but id really like for such a tool to figure out how the local context is slightly different

eg. im reading logs across 3 regions, NA, EU, FE

i go figure out my command for NA, which then gets forgotten, but i want to run it against FE next, of which everything is exactly the same except one chunk of the path

/../NA/../somefile

vs

/../FE/../somefile

id be nice to keep the command for the future, but even nicer of it could figure out on its own that NA needs to swap to FE