mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 20:02:47 +00:00
9 lines
222 B
Fish
9 lines
222 B
Fish
function listrecords
|
|
for i in (seq (count $recfiles))
|
|
echo $i: $recfiles[$i]
|
|
printf \t; date -d @(echo $recfiles[$i] | cut -d_ -f3)
|
|
echo \t$reclines[$i]
|
|
echo \t$recfolds[$i]
|
|
end
|
|
end
|