summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornic <ra@afu.re>2024-02-11 01:48:22 -0500
committernic <ra@afu.re>2024-02-11 01:48:22 -0500
commit539fa161e139a29bb045337eb85f0493ae940ace (patch)
tree826382538c231c89035237f0116f533c4d6797ac
parent1fc3b2cbbf3a8bf13bd169a50bf961eb63594d84 (diff)
add entry to dmenuexcel
-rwxr-xr-x.local/bin/dmenuexcel5
1 files changed, 4 insertions, 1 deletions
diff --git a/.local/bin/dmenuexcel b/.local/bin/dmenuexcel
index 5901584..aefd62c 100755
--- a/.local/bin/dmenuexcel
+++ b/.local/bin/dmenuexcel
@@ -1,12 +1,15 @@
#!/bin/sh
trinity(){
-case "$(printf "Watchlist\\nIdeas\\nKelly" | dmenu -l 3 -i -p "Select excel file")" in
+case "$(printf "Watchlist\\nIdeas\\nKelly\\nOptions" | dmenu -l 4 -i -p "Select Excel 📗")" in
"Watchlist") exec "/opt/cxoffice/bin/wine" --bottle "Microsoft_Excel_2007" --check --wait-children --start "C:/users/crossover/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Microsoft Office/Microsoft Office Excel 2007.lnk" ~/anat/books/watchlist.xlsx ;;
"Ideas") exec "/opt/cxoffice/bin/wine" --bottle "Microsoft_Excel_2007" --check --wait-children --start "C:/users/crossover/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Microsoft Office/Microsoft Office Excel 2007.lnk" ~/anat/books/ideas.xlsx ;;
"Kelly") exec "/opt/cxoffice/bin/wine" --bottle "Microsoft_Excel_2007" --check --wait-children --start "C:/users/crossover/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Microsoft Office/Microsoft Office Excel 2007.lnk" ~/anat/books/kelly.xlsx ;;
+ "Options") exec "/opt/cxoffice/bin/wine" --bottle "Microsoft_Excel_2007" --check --wait-children --start "C:/users/crossover/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Microsoft Office/Microsoft Office Excel 2007.lnk" ~/anat/books/options_strategies.xlsm ;;
esac ;}
+# add execution spreadsheet ...
+
#tools(){
#case "$(printf "VIX\\nMargin\\nReaction" | dmenu -l 3 -i -p "Select xl sheet")" in
# "VIX") excel ~/Trading/VIX_implied_SP500_move.xlsx ;;