Skip to content

Instantly share code, notes, and snippets.

View pharmankur's full-sized avatar

Ankur Heramb Joshi pharmankur

View GitHub Profile
@pharmankur
pharmankur / Install_Signal-cli_for_Linux_Terminal.sh
Last active November 11, 2025 08:35
BASH Script - Easy Install signal-cli in linux [ debian / Ubuntu / Linux Mint ] and Link it to SIGNAL mobile app , with easy to use alias [ viz signal-cli-login and signal-cli-status ]
#!/bin/bash
# filename - ~/Install_Signal-cli_for_Linux_Terminal.sh
# make executable - chmod 755 ~/Install_Signal-cli_for_Linux_Terminal.sh
# run file - bash -i ~/Install_Signal-cli_for_Linux_Terminal.sh
# run this script in INTERACTIVE mode ONLY [ in order to properly configure ALIAS ] . This is ensured by mentioning -i in " bash -i ~/Install_Signal-cli_for_Linux_Terminal.sh "
User=$(whoami) &&
now=$(date +"%F/%T") &&
'OpenOffice Basic macro for exporting a .ods spreadsheet to JSON (and CSV)
'Project-specific formating I implemented: cull empty or "0" entries, '^' as separator value for the csv
REM ***** BASIC *****
Sub Main
'First export to CSV which we will later use as the source for the export to json
Dim Propval(1) as New com.sun.star.beans.PropertyValue
Propval(0).Name = "FilterName"