You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using insta_cmd where my command takes an absolute path as an argument. The problem is that when snapshots are taken, the info includes my username and other specific path info:
I'd like to avoid exposing my username and local filesystem structure and keep the info more general. For now I'll hide all of the info, but it'd be better if it can be filtered. This issue is applicable to both insta and insta_cmd because of how it records the info.
Edit: It seems using Settings::set_raw_info or Settings::remove_info or Settings::remove_description doesn't actually hide the info, so I'm not sure if a workaround exists for this issue?
The text was updated successfully, but these errors were encountered:
I'm currently using
insta_cmd
where my command takes an absolute path as an argument. The problem is that when snapshots are taken, the info includes my username and other specific path info:I'd like to avoid exposing my username and local filesystem structure and keep the info more general. For now I'll hide all of the info, but it'd be better if it can be filtered. This issue is applicable to both
insta
andinsta_cmd
because of how it records the info.Edit: It seems using
Settings::set_raw_info
orSettings::remove_info
orSettings::remove_description
doesn't actually hide the info, so I'm not sure if a workaround exists for this issue?The text was updated successfully, but these errors were encountered: