|
@@ -253,6 +253,14 @@ let init ?(rc=(!Const.rc_file)) () =
|
|
|
initializer self#write
|
|
|
end;;
|
|
|
|
|
|
+let create_entry ~cmd ?(tags=[]) = object
|
|
|
+ val command = cmd
|
|
|
+ val tags = tags
|
|
|
+ method command = command
|
|
|
+ method tags = tags
|
|
|
+end;;
|
|
|
+let create_tag = failwith "Not implemented"
|
|
|
+let create_setting = failwith "Not implemented"
|
|
|
(*
|
|
|
(* Tools to create new tag *)
|
|
|
class enpty_tag = object
|