diff options
| author | nic <ra@afu.re> | 2024-02-11 01:48:22 -0500 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-02-11 01:48:22 -0500 |
| commit | 539fa161e139a29bb045337eb85f0493ae940ace (patch) | |
| tree | 826382538c231c89035237f0116f533c4d6797ac | |
| parent | 1fc3b2cbbf3a8bf13bd169a50bf961eb63594d84 (diff) | |
add entry to dmenuexcel
| -rwxr-xr-x | .local/bin/dmenuexcel | 5 |
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 ;; |
