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 recently encountered an issue with HTTrack's command line interface on a Mac while attempting to mirror a website. I specified the base path for the mirrored files using the common shorthand alias for the user directory ~/. Specifically, I entered the base path as ~/Workspace/Docs/. However, instead of interpreting this as an absolute path relative to my home directory, HTTrack treated it as a literal directory name. This led to the inadvertent creation of a hidden '~' folder within my current working directory on macOS. Consequently, I faced considerable confusion as I was unable to locate the downloaded content initially.
I propose an enhancement to HTTrack's CLI to accurately interpret and handle the ~/ alias, aligning it with typical Unix path conventions on macOS. Additionally, it should support absolute paths like /Users/username/websites/name-of-the-website. Implementing this improvement would significantly enhance the user experience for Mac users, especially those accustomed to using terminal shorthand for paths.
This refinement is essential for ensuring a seamless user experience and to prevent similar confusion for other macOS users in the future.
Thank you for considering this enhancement.
Best regards,
Emanuel Peire
The text was updated successfully, but these errors were encountered:
emapeire
changed the title
Enhancement Request: Improve CLI Base Path Handling for User Directory Alias
Enhancement Request: Improve CLI Base Path Handling for Unix Path Aliases on Mac
Jan 15, 2024
Hello,
I recently encountered an issue with HTTrack's command line interface on a Mac while attempting to mirror a website. I specified the base path for the mirrored files using the common shorthand alias for the user directory
~/
. Specifically, I entered the base path as~/Workspace/Docs/
. However, instead of interpreting this as an absolute path relative to my home directory, HTTrack treated it as a literal directory name. This led to the inadvertent creation of a hidden'~'
folder within my current working directory on macOS. Consequently, I faced considerable confusion as I was unable to locate the downloaded content initially.I propose an enhancement to HTTrack's CLI to accurately interpret and handle the
~/ alias
, aligning it with typical Unix path conventions on macOS. Additionally, it should support absolute paths like/Users/username/websites/name-of-the-website
. Implementing this improvement would significantly enhance the user experience for Mac users, especially those accustomed to using terminal shorthand for paths.This refinement is essential for ensuring a seamless user experience and to prevent similar confusion for other macOS users in the future.
Thank you for considering this enhancement.
Best regards,
Emanuel Peire
The text was updated successfully, but these errors were encountered: