this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: ku for kitaab untagged

+10 -6
+10 -6
home/profiles/desktop/bin/ku
··· 1 1 #!/usr/bin/env bash 2 2 3 + # get into a shell that has poonam 4 + cd ~/kitaab || exit; 5 + nix develop; 3 6 # Use fzf to select a file and capture the output 4 - selected_file=$(python3 poonam/main.py report --titles=false | head -n -2 | fzf --preview 'bat --color=always --terminal-width -1 ./vimwiki/{}') 7 + selected_file=$(${pkgs.poonam}/main report --titles=false | head -n -2 | fzf --preview 'bat --color=always --terminal-width -1 ./vimwiki/{}') 8 + echo $selected_file 5 9 6 10 # Add additional details to the file path 7 - file_path="./vimwiki/${selected_file}" 8 - 9 - # Open the file in vim for editing 10 - vim "${file_path}" 11 - 11 + # file_path="./vimwiki/${selected_file}" 12 + # 13 + # # Open the file in vim for editing 14 + # vim "${file_path}" 15 + #