Skip to content

Commit

Permalink
Say "tail-like behavior" in reload-modified description
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-RR authored and saulpw committed Oct 21, 2023
1 parent bbcabb1 commit fe0d3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/features/reload_every.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def reload_rows(self):


BaseSheet.addCommand('', 'reload-every', 'sheet.reload_every(input("reload interval (sec): ", value=1))', 'schedule sheet reload every N seconds') #683
BaseSheet.addCommand('', 'reload-modified', 'sheet.reload_modified()', 'reload sheet when source file modified') #1686
BaseSheet.addCommand('', 'reload-modified', 'sheet.reload_modified()', 'reload sheet when source file modified (tail-like behavior)') #1686
BaseSheet.addCommand('z^R', 'reload-rows', 'preloadHook(); reload_rows(); status("reloaded")', 'Reload current sheet')

vd.addMenuItems('''
Expand Down

0 comments on commit fe0d3ba

Please sign in to comment.