Skip to content

Config file

Gautier Debaecker edited this page Jan 15, 2025 · 2 revisions

FILES CREATED BY THE SCRIPT

The script will create the first time you use it different files in your $home-folder/.easicmd_config:

  • ~/.easicmd_config/.easicmd_irods_additional_path_save.pkl : That contain all the additional path allowing you to use the autocompletion on irods folder not in your /zone/home/user (it will be updated automatically after every operation on additional path)
  • ~/.easicmd_config/.easicmd_irods_collection_save.pkl : A list of all your collection (equivalent to "ils -r") can take a little bit of time the first time, but it will save you time later (it will be updated automatically after every operation)
  • ~/.easicmd_config/.easicmd_irods_metadata_local_save.pkl : A dictionary of all the metadata you already used, that will be used for the autocompletion when you add metadata (it will be updated automatically after every operation)
  • ~/.easicmd_config/.easicmd.info : contains information (host, port, user and zone ) related to irods equivalent to .irods/irods_environment.json.
  • ~/.easicmd_config/.easicmd.key : contains the key associated with the password
  • ~/.easicmd_config/.easicmd.psw : contains the encrypted password
Clone this wiki locally