mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-21 19:59:25 +00:00
adding entry meta generator
This commit is contained in:
10
bin/ttbp.py
10
bin/ttbp.py
@@ -332,11 +332,17 @@ def view_neighbors(users):
|
||||
|
||||
return
|
||||
|
||||
def view_entries():
|
||||
def view_entries(entryDir=DATA):
|
||||
|
||||
entries = []
|
||||
|
||||
raw_input("\n\npress <ctrl-c> to go back home.\n\n")
|
||||
for entry in core.meta():
|
||||
entries.append(entry[4]+" ("+p.no("word", entry[2])+") ")
|
||||
|
||||
print_menu(entries)
|
||||
|
||||
choice = raw_input("\n\npick an entry to read, or press <ctrl-c> to go back home.\n\n")
|
||||
|
||||
redraw()
|
||||
return
|
||||
#####
|
||||
|
||||
Reference in New Issue
Block a user