diff options
-rw-r--r-- | ranger/api/commands.py | 2 |
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 |