-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Here's my workflow for using LibreOffice Calc to process the CSV file generated by this script (i.e. dupeguru-post-processor):
- Open the CSV file in LibreOffice Calc
- Create an empty column between the "File" and "Folder" columns (i.e. between columns
AandB, respectively)- Right-click the
Bletter label area above the topmost cell in the "Folder" column and selectInsert Columns Before
- Right-click the
- In the newly-inserted column (i.e. the new column
B), populate the first cell (i.e. cellB1) with the text:Link - In that same column, populate the second cell (i.e. cell
B2) with the formula:=HYPERLINK(C2, "🔗")- This will create a hyperlink to the folder containing the file to which this row refers
- Apply an analogous formula to the remaining cells in that column
- Select the existing hyperlink (i.e. cell
B2) - New: Double-click on the small, resizing dot at the bottom right of the cell selector; as doing so will apply an analogous formula to each cell below it (it will do so on all rows where the previous column is not empty)
Old: PressCtrl+Shift+Endto select the lowest/rightest populated cell on the sheetPressShift+⬅️(Left arrow)repeatedly (e.g. 3 times) until only theLinkcolumn is selectedPressCtrl+Dto "Duplicate" the formula (i.e. apply an analogous formula) to all selected cells
- Select the existing hyperlink (i.e. cell
Ctrl+clickany hyperlink to follow it (i.e. to open that folder in the OS file manager; e.g. Windows Explorer)
I'm creating this ticket to represent the task of adding this documentation to the project, itself. I don't yet know how I will do that (e.g. add it to the main README.md file vs. add it elsewhere).
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation