about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-30 02:32:55 +0200
committerhut <hut@lavabit.com>2011-10-30 02:32:55 +0200
commit975be325388b00cca3c0aa2bb0a70ef0a57d2f93 (patch)
tree3b352dd8c1c7e49eaf02d405ed94a07d581904cc
parentec6093297e8851802ff2184cd2949bb9cfbad1d7 (diff)
downloadranger-975be325388b00cca3c0aa2bb0a70ef0a57d2f93.tar.gz
api.commands: added a TODO entry
-rw-r--r--ranger/api/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/api/commands.py b/ranger/api/commands.py
index ae3bdc94..ea0df16b 100644
--- a/ranger/api/commands.py
+++ b/ranger/api/commands.py
@@ -13,6 +13,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+# TODO: Add an optional "!" to all commands and set a flag if it's there
+
 import os
 import ranger
 import re